How to write a conditional breakpoint expression that is always true, and executes arbitrary code? [message #1808343] |
Fri, 21 June 2019 13:42  |
Eclipse User |
|
|
|
I think I've asked this question in the past, but I can't find a record of it.
I want to set the properties for a breakpoint so that a particular piece of valid code is executed when the breakpoint is hit, but I don't want it to stop at the breakpoint. The first part is the most important. If it has to stop at the breakpoint in addition to automatically executing the piece of code, I could live with that.
I'm in a situation where when I hit this line of code, I want to manually set one property that is referenced in the line, so that the behavior changes. I can do this manually, but I'm going to have to do this every time I run this test case, and that's annoying.
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03711 seconds