| commit | 7336a8977d81b7b8c00f2e8ccb8a084afb33b19a | [log] [tgz] |
|---|---|---|
| author | oltolm <oleg.tolmatcev@gmail.com> | Sun Nov 24 18:39:13 2024 +0100 |
| committer | Tom Tromey <tromey@adacore.com> | Fri Dec 13 09:48:00 2024 -0700 |
| tree | 7a8443a305f5ea876013480f51d4af730d0c84cc | |
| parent | 83c1269833c88608dac27edf78afc335ca8dbff1 [diff] |
gdb/dap: allow some requests when the process is running It is impossible to set a breakpoint when the process is running, which I find annoying. LLDB does not have this restriction. I made `setBreakpoints` and `breakpointLocations` work when the process is running. Probably more requests can be changed, but I only need these two at the moment. Approved-By: Tom Tromey <tom@tromey.com>