Bro, btw, if you’re pushing off learning how to use the debugger like I was, I recommend taking a little time to learn it. It’s really not as complicated as you might think, and it’s sooooo helpful.
Basically, it lets you step through your code line by line and read what any value is at any point in your program.
Replying to:vuiceI didnt even know there was a debugger, is that a VS Code th
Any good IDE should have one. I would imagine VS 2019 would have it hidden somewhere,
but I always thought of the main line Visual Studio as more focused on lower end programming languages like C, C#, etc, so maybe they don’t have one for Python?
That’d still be kind of weird if it doesn’t have a debugger for Python somewhere.
Bro, btw, if you’re pushing off learning how to use the debugger like I was, I recommend taking a little time to learn it. It’s really not as complicated as you might think, and it’s sooooo helpful.
Basically, it lets you step through your code line by line and read what any value is at any point in your program.
I didnt even know there was a debugger, is that a VS Code thing? because I use VS 2019 instead
Any good IDE should have one. I would imagine VS 2019 would have it hidden somewhere,
but I always thought of the main line Visual Studio as more focused on lower end programming languages like C, C#, etc, so maybe they don’t have one for Python?
That’d still be kind of weird if it doesn’t have a debugger for Python somewhere.
https://learn.microsoft.com/en-us/visualstudio/python/debugging-python-in-visual-studio?view=vs-2019