Add tests for toggling breakpoint and inserting line

This commit is contained in:
Ben Jackson 2019-12-14 18:03:34 +00:00
commit 7d046574cb
6 changed files with 79 additions and 16 deletions

View file

@ -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"
}
}
}
}