Merge pull request #3294 from jsternberg/dap-stop-on-entry

dap: support stopOnEntry to configure behavior when starting the debugger
This commit is contained in:
Tõnis Tiigi
2025-07-09 13:05:41 -07:00
committed by GitHub
7 changed files with 76 additions and 67 deletions
+4 -5
View File
@@ -12,11 +12,10 @@ Start debug adapter protocol compatible debugger (EXPERIMENTAL)
### Options
| Name | Type | Default | Description |
|:----------------|:---------|:--------|:-----------------------------------------------------------|
| `--builder` | `string` | | Override the configured builder instance |
| `-D`, `--debug` | `bool` | | Enable debug logging |
| `--on` | `string` | `error` | When to pause the adapter ([always, error]) (EXPERIMENTAL) |
| Name | Type | Default | Description |
|:----------------|:---------|:--------|:-----------------------------------------|
| `--builder` | `string` | | Override the configured builder instance |
| `-D`, `--debug` | `bool` | | Enable debug logging |
<!---MARKER_GEN_END-->