delve/service/test
Alessandro Arzilli ca611db449
terminal: restore breakpoints set with line offset on restart (#3425)
Change FindLocation so it can return a substitute location expression
and propagate it to pkg/terminal/command.
When breakpoints are set using the syntax :<lineno> or +<lineno>
produce a substitute location expression that doesn't depend on having
a valid scope and can be used to restore the breakpoint.

Fixes #3423
2023-07-20 12:29:59 +02:00
..
common_test.go terminal: restore breakpoints set with line offset on restart (#3425) 2023-07-20 12:29:59 +02:00
integration1_test.go all: use "len == 0" rather than "len <= 0" when checking empty slice/string (#3439) 2023-07-13 11:30:32 -07:00
integration2_test.go terminal: restore breakpoints set with line offset on restart (#3425) 2023-07-20 12:29:59 +02:00