Currently my situation is that I am having trouble in terms of debugging within VS Code 2019. Not so much setting it up within the launch.json as I am with it working correctly, specifically with breakpoints.
(Note: It compiles normally)
Whenever I begin running the debugger, I am greeted with the normal intro message, and am allowed to give input, but after that I am given no response unless I stop debugging.
After I stop debugging it displays “Try 1: Enter your guess:”
Some key things to note is how the breakpoints I placed become unverified whenever I’m in debug mode, and as a result prevent me from actually gaining any useful input that I can use to fix my code.
As of this moment I am unsure how to fix this. If any of you all can give some input on how to deal with the problem, it would be highly appreciated. Here’s my explorer and launch.json configurations if that helps.