Visual studio code breakpoint set to grey color & not working.error(may be excluded because of "justMyCode" option)
Visual studio code breakpoint set to grey color & not working.error(may be excluded because of "justMyCode" option)
I was only able to add Breakpoints to 3rd party libraries when I set 2 options:
- on the launch.json file: add "justMyCode": false to the configuration.
- on Settings>Features>Debug Turn on the option Allow Breakpoints Everywhere
- (alternative to 2.) on the file settings.json add "debug.allowBreakpointsEverywhere": true
Tested on: version: 1.63.2