delve/service/debugger
Derek Parker 3847b7a199
debugger,terminal: Allow setting and clearing breakpoints after process exit (#3246)
This patch allows users to set a breakpoint even when the process has
exited. It will be left in a pending state until the process is
restarted.

Fixes #3242
2023-01-06 18:37:35 +01:00
..
debugger_linux.go service/debugger: merge attachErrorMessage, verifyBinaryFormat (#3142) 2022-09-21 09:48:35 -07:00
debugger_test.go service/debugger: Assume current dir for exec (#3167) 2022-10-28 14:59:09 +02:00
debugger_unix_test.go service/debugger: make TestDebugger_LaunchWithTTY pass on FreeBSD (#2982) 2022-04-26 13:23:39 -07:00
debugger.go debugger,terminal: Allow setting and clearing breakpoints after process exit (#3246) 2023-01-06 18:37:35 +01:00