Add tests for toggling breakpoint and inserting line
This commit is contained in:
parent
16c3b65cae
commit
7d046574cb
6 changed files with 79 additions and 16 deletions
|
|
@ -24,7 +24,6 @@ things like:
|
|||
|
||||
Along with optional additional configuration for things like:
|
||||
|
||||
- Function breakpoints
|
||||
- Exception breakpoints
|
||||
|
||||
### Debug adapter configuration
|
||||
|
|
@ -109,6 +108,12 @@ But for now, consider the following example snippet:
|
|||
"--test-identifier", "${TestIdentifier}",
|
||||
"--secret-token", "${SecretToken}"
|
||||
]
|
||||
},
|
||||
"breakpoints": {
|
||||
"exception": {
|
||||
"caught": "",
|
||||
"uncaught": "Y"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue