Move language-specific debugging docs to the page for each language (#33692)
Release Notes: - N/A
This commit is contained in:
parent
0e2e5b8b0d
commit
b7bfdd3383
13 changed files with 411 additions and 345 deletions
|
@ -33,7 +33,7 @@ interface dap {
|
|||
}
|
||||
|
||||
/// Debug Config is the "highest-level" configuration for a debug session.
|
||||
/// It comes from a new session modal UI; thus, it is essentially debug-adapter-agnostic.
|
||||
/// It comes from a new process modal UI; thus, it is essentially debug-adapter-agnostic.
|
||||
/// It is expected of the extension to translate this generic configuration into something that can be debugged by the adapter (debug scenario).
|
||||
record debug-config {
|
||||
/// Name of the debug task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue