intellij-elixir
intellij-elixir copied to clipboard
Breakpoint are not removed during debugging session
I tried the debugger like this: first I created a breakpoint and run the debugger. When the debugger hit the breakpoint it paused (correct), then I removed the breakpoint and unpaused.
Expected behaviour: the program continues to run without hitting the old breakpoint again. Actual result: the program will still pause anytime that line is hit.
Did you ever find a solution to this? Hitting the same issue.