10110111 / edb-debugger

edb is a cross platform x86/x86-64 debugger.
GNU General Public License v2.0
6 stars 0 forks source link

Failure to set a breakpoint on F4 leads to crash #5

Closed 10110111 closed 9 years ago

10110111 commented 9 years ago
  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.

10110111 commented 9 years ago

Fixed upstream.