delve/Documentation
Alessandro Arzilli ec5fcc07fe
proc,service/debugger: track how breakpoints were originally set (#3148)
Adds field to breakpoint struct to track how a breakpoint was
originally set, moves the logic for disabling and enabling a breakpoint
to proc.
This will allow creating suspended breakpoints that are automatically
enabled when a plugin is loaded. When follow exec mode is implemented
it will also be possible to automatically enable breakpoints (whether
or not they were suspended) on new child processes, as they are
spawned.

It also improves breakpoint restore after a restart, before this after
a restart breakpoints would be re-enabled using their file:line
position, for breakpoints set using a function name or a location
expression this could be the wrong location after a recompile.

Updates #1653
Updates #2551
2022-09-28 11:35:07 -07:00
..
api Documentation: add DAP launch/attach configuration matrix (#2991) 2022-05-03 10:35:56 -07:00
cli proc,service/debugger: track how breakpoints were originally set (#3148) 2022-09-28 11:35:07 -07:00
installation Documentation: add more installation instuctions (#2824) 2021-12-12 10:30:21 -08:00
internal Documentation: add notes on porting Delve to other architectures (#2666) 2021-08-20 09:32:56 -07:00
usage terminal: send large output to pager (#3060) 2022-08-17 09:02:53 +02:00
backend_test_health.md proc: better handling of hardcoded breakpoints (#2852) 2022-02-22 09:57:37 -08:00
EditorIntegration.md Add Debugger to UIs list in EditorIntegration (#3127) 2022-08-29 13:31:08 +02:00
faq.md Documentation: document substitute-path more (#2998) 2022-05-04 11:01:56 -07:00
KnownBugs.md Doc: update KnownBugs and faq. (#2196) 2020-10-19 08:21:03 -07:00
README.md documentation: add gdlv to list of alternative UIs (#774) 2017-03-24 16:10:01 -07:00

Delve Documentation

Documentation for the project will reside in this directory.