ZIm/crates/dap_adapters/src
Anthony Eid 0ba8432b0b
Debugger: Add stop on entry support to debug adapter configs (#27942)
This PR adds passing in `stop_on_entry` to debug configs in debug.json
instead of going through initialization args.

This has two benefits:

1. It's more streamlined to a user since every internal adapter supports
`stop_on_entry` for launch requests and Go's adapter supports it for
attach requests too.
2. It will allow @osiewicz `NewSesssionModal` PR to use this field for
the stop on entry checkbox.

Release Notes:

- N/A
2025-04-02 13:45:26 -04:00
..
dap_adapters.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
gdb.rs Debugger: Add stop on entry support to debug adapter configs (#27942) 2025-04-02 13:45:26 -04:00
go.rs Debugger: Add stop on entry support to debug adapter configs (#27942) 2025-04-02 13:45:26 -04:00
javascript.rs Debugger: Add stop on entry support to debug adapter configs (#27942) 2025-04-02 13:45:26 -04:00
lldb.rs Debugger: Add stop on entry support to debug adapter configs (#27942) 2025-04-02 13:45:26 -04:00
php.rs Debugger: Add stop on entry support to debug adapter configs (#27942) 2025-04-02 13:45:26 -04:00
python.rs Debugger: Add stop on entry support to debug adapter configs (#27942) 2025-04-02 13:45:26 -04:00