-
I am trying out the PyCharm IDE for the first time to try and debug an issue I am having with the data_manager. Has anyone had success in setting breakpoints in the MDTF code? When I set a breakpoint and try to run in the debugger, it just flies right past. I'm a bit of a newbie to debugging in PyCharm here. I mostly use it for code formatting. |
Beta Was this translation helpful? Give feedback.
Answered by
jkrasting
Apr 16, 2021
Replies: 1 comment
-
Ah, nevermind - solved my own issue! I was using a regular terminal instead of the debugger. To activate the debugger, click the debug icon: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jkrasting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, nevermind - solved my own issue! I was using a regular terminal instead of the debugger. To activate the debugger, click the debug icon: