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:

  1. on the launch.json file: add "justMyCode": false to the configuration.
  2. on Settings>Features>Debug Turn on the option Allow Breakpoints Everywhere
  3. (alternative to 2.) on the file settings.json add "debug.allowBreakpointsEverywhere": true

Tested on: version: 1.63.2