Re: evaluate express on watch breakpoint
Nathan Fiedler <[email protected]> Sat, 01 Jul 2006 01:40:24 -0700
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <[email protected]> |
Hi Jim, It looks like a bug, though I'm not sure what's going on yet. I've entered it in Bugzilla (#1061) as a P1 bug, so it will be fixed for the next release. I am in the middle of other JSwat work right now, so it will be a couple more weeks before the next release. Thanks n JF wrote: > Hi, > > Jswat is really a cool product. Thanks very much for creating it. > > While I am debugging one of my projects, I found I couldn't evaluate any > java expression (or any simple math expression) when I created a variable > watch breakpoint (on Modify). There is nothing output on the debugger > console. I don't see the java expression showed up in either Watches or > Evaluator window. > > I can evaluate a java expression when I set breakpoint on line number, or > I can set watch on variable modification alone (it outputs the result in > Debugger console). But combining these two (which is allowed by entering > the expression and ticking the Evaluate expression toggle on Breakpoint > Customizer popup), it didn't work. > > Is there anything I did wrong? I am using Jswat ver 3.11 and I also attach > the session via socket as the project is multi-threaded. > > Thanks for your help. > Jim