Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] Cant tell what packet is invalid when remote debugging with JDWP.

There is a spy that can be used to trace JDWP packets. Start by looking at 
the Javadoc for TcpipSpy.

Darin Wright




"Sharp, Brandon" <Brandon_Sharp@xxxxxxxxxxx> 
Sent by: jdt-debug-dev-bounces@xxxxxxxxxxx
03/20/2008 02:56 PM
Please respond to
"Eclipse JDT Debug developers list." <jdt-debug-dev@xxxxxxxxxxx>


To
<jdt-debug-dev@xxxxxxxxxxx>
cc

Subject
[jdt-debug-dev] Cant tell what packet is invalid when remote    debugging 
with JDWP.






  Is there any way to run the JDT remote debugger with debugging or some 
type of verbose traces on?
 
  For example:
    When the eclipse debugger gets a JDWP packet it doesn't like it 
disables the buttons in the debug view. (As it can’t tell what state the 
vm is in)
    Is there any way to tell what and/or what packet eclipse found invalid 
to cause it to disable the buttons. 
    On manual inspection all jdwp packets sent to eclipse seem correct 
within the jdwp spec.
 
any direction would be appreciated,
-Brandon_______________________________________________
jdt-debug-dev mailing list
jdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-debug-dev



Back to the top