This may not be a bug at all, just me not being aware of the parameters.
There are times when the Enable/Disable Debugger command from the Tools menu isn’t responsive. I’m forced to switch to the editor and toggle it there. Further, it would appear that once the Tools command becomes unresponsive it stays that way until Servoy is rebooted. I’m in Ready mode.
Servoy 2.0 was this way and so far, 2.1 is as well. Sorry, I’ve not yet picked up on what action I take that unwittingly disables the Tools menu’s command.
I have the saem problem once in a while. My debugger doesn’t always stop at breakpoints at time, which is getting pretty annoying.
I don’t know what I can do to demonstrate the problem really, but I sit here in a method that loops quite a lot and I don’t want to walk through all of that but have a breakpoint right after one turn of loops - no way it will stop there!
patrick:
I have the saem problem once in a while. My debugger doesn’t always stop at breakpoints at time, which is getting pretty annoying.
I don’t know what I can do to demonstrate the problem really, but I sit here in a method that loops quite a lot and I don’t want to walk through all of that but have a breakpoint right after one turn of loops - no way it will stop there!
Servoy 2.1rc2
I can also confirm that the debugger doesn’t always stop at the breakpoints as intended. Stops at the first one then jumps over all the rest and runs to the very end. In fact, I have an untested intuition running to breakpoints may be turning off the enable/disable command from the Tools menu. Will give that a try and report.
One more thing about the debugger. If I add extra lines to a script then the breakpoints don’t move down and maintain parity with the original line of the breakpoint. Wish it did. I’ve been intending to add that as a feature request.