Bug #1885

Updated by Zbigniew Rebacz almost 6 years ago

The bug is only reproducible when you double click on editor line to set breakpoint.

Steps to reproduce:
1. Clear all breakpoints.
2. Start debugging your app.
3. When app is running place your first breakpoint by double clicking on line of code.

Pressing F9 (Set breakpoint) command doesn't posses defect describes above.

Should work for GDB and PDB backends.

Back