🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

A weird grey outlined breakpoint with Visual Code, JavaScript.

Started by
4 comments, last by Josheir 3 years, 5 months ago

Hmmm…can't seem to understand why Visual Code, running JavaScript, is changing a red breakpoint to a grey outline of one when google is launched. Debugger doesn't stop at it either. An explanation would be appreciated.

Josheir

Advertisement

Perhaps this is the issue?

https://stackoverflow.com/questions/58430028/visual-studio-code-breakpoint-set-to-grey-color-not-working-errormay-be-exclu

[Edit] Disregard. It was PI-Hole blocking go.gamedev.net, link should be fine.

unfortunately, this does not work for JavaScript, “justMyCode” property is not allowed.

My gess is it's because the break point cannot be hit.

JohnnyCode said:

My gess is it's because the break point cannot be hit.

No, that isn't it. I can't find a Microsoft site that isn't for businesses. I did use the trick of putting: debugger; in the client code and it breaks that way. I read on GitHub that there are over 800 open bugs. People say they have no problems, though, and I would prefer using the regular breakpoint.

Josh

This topic is closed to new replies.

Advertisement