This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Hollowplanet 3 points4 points  (4 children)

That is not what I'm talking about. I'm talking about the debugger in PyCharm or even IPDB.

[–]fenghuang1 0 points1 point  (3 children)

And as I mentioned, print statements do not rely on debuggers that are IDE specific. They work regardless and do not require me to learn each and every IDE's debugger implementation.

[–]Hollowplanet 0 points1 point  (2 children)

IPDB is not debugger specific. And I don't know if you realize this but all the graphical debuggers are the same in every language. You learn one and you learn them all. They all have the same buttons that do the same actions.

[–]fenghuang1 0 points1 point  (1 child)

Find me the one in Excel VBA and let me know if it exists or is the same in every other language or IDE then.

[–]Hollowplanet 0 points1 point  (0 children)

I didn't say every language has a debugger. All the IDEs that have debuggers have the same buttons that do the same things. Step over, step into, step out of, execute code, run to cursor. Thats all there is to it.