devicescript icon indicating copy to clipboard operation
devicescript copied to clipboard

custom breakpoint classes in debugger

Open mmoskal opened this issue 2 years ago • 0 comments

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)
  • [ ] debugger statements
  • [ ] "role not bound"

mmoskal avatar Apr 11 '23 21:04 mmoskal