Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] remote debug + inspect


The debugger does not currently support remote _expression_ evaluation. It is something we are working on for 2.0

Darin



"Jaromir Zid" <jaromir.zid@xxxxxxxxx>
Sent by: platform-debug-dev-admin@xxxxxxxxxxx

03/08/2002 08:37 AM
Please respond to platform-debug-dev

       
        To:        <platform-debug-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-debug-dev] remote debug + inspect





Hi everybody,

I have tried remote debugging.  Stepping works fine but I cannot inspect any variable.

 

I am always getting message  like this:

_variableName_ cannot be  resolved.

 

I use:

server: resin: with -Xdebug  -Xnoagent  -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n

 

Eclipse: debug with: remote java  application, port=8000

 

Does anybody have a tiny tip what to  do?

 

Thanks in  advance,

Jaromir.




Back to the top