devicescript
devicescript copied to clipboard
custom breakpoint classes in debugger
VSCode allows break on handled/unhandled exception, but it also allows other custom options to be added there. We can add the following:
- [ ] "Internal exception" (ones with .internal property; normally we would not break on these if caught)
- [ ]
debuggerstatements - [ ] "role not bound"