On 2010-06-08 19:07, Daniel Gong wrote:
Hi everyone,

As you know I'm now preparing to develop jdb command line tool. I've
encountered a problem. JDB has the functionality of display value of a java
expression, but how can I calculate the value from an expression string?
I've thought about the problem for days and still cannot figure it out. I
need some help from you. Thanks :)

Best wishes
Daniel Gong


I guess you need to parse the string to find out which part should be calculated at debuggee side, and which can be done at jdb side.

--
Best Regards,
Regis.

Reply via email to