Intuitive Debugger: Breakpoint status not preserved after stopping project

  1. Set a breakpoint
  2. Run
  3. When Studio pauses on the breakpoint, click on it to disable:
    image
  4. Stop
  5. The breakpoint becomes active again:
    image
1 Like

@IcyTides
I consider this something urgent, as there is a synchronization problem between the breakpoint changed during execution and the breakpoint created before execution.
This has generated great annoyances, since many times I have to do analyzes DURING the execution and this is lost after interrupting the execution.


Sorry, the fix for this took longer than expected, but it should be live now.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.