Cool new VS Code debug feature in v1.86
In version 1.86 VS Code got a really nice and welcome new feature for debug sessions.
How often I had to disable debug break points because I don't want to break 1 million loops before the 1 interesting is coming.
And then enable the breaks just in time. Uufff. ;-(
So now there are break point dependencies, called triggered break point... Hurrah ;-).