jdb conditional breakpoint

Posted by wizard@ on Stack Overflow See other posts from Stack Overflow or by wizard@
Published on 2010-04-30T19:00:48Z Indexed on 2010/04/30 19:07 UTC
Read the original article Hit count: 368

Filed under:
|
|

I remote debug my application using JDB, just JDB, no IDEs, is there a way in jdb to set a conditional breakpoint?

eg: stop at MyClass:80 when mystr.equals("abc")

© Stack Overflow or respective owner

Related posts about jdb

Related posts about java