10110111/edb-debugger

Failure to set a breakpoint on F4 leads to crash

Closed this issue · 1 comments

  1. Run a program.
  2. Press F4
  3. See a message that setting breakpoint in this location is not allowed
  4. Click OK, get crash

Crash occurs at Debugger::run_to_this_line() at statement bp->set_one_time(true);. At this point bp is nullptr.

Fixed upstream.