No debugging in either PyCharm or VSC
After weeks of successful debugging, one day it just quit, I get the following output but no debugging at all. I've enabled several breakpoints in my code but the code doesn't execute as evidenced by the lack of output files that it would create.
After some frustration with this I switched to VSC but achieved the same results there. Clearly the commonality between the IDEs is the underlying Python, which I updated to 3.12.8 - with no improvement. I also updated PyCharm to 2024.3.2.
C:\Users\hackedaccount\AppData\Local\Programs\Python\Python312\python.exe -X pycache_prefix=C:\Users\hackedaccount\AppData\Local\JetBrains\PyCharmCE2024.3\cpython-cache "C:/Program Files/JetBrains/PyCharm Community Edition 2024.3.2/plugins/python-ce/helpers/pydev/pydevd.py" --multiprocess --qt-support=auto --client 127.0.0.1 --port 50284 --file C:\users\hackedaccount\Documents\Engagements\Fraud\CredCardCapture\ConfGen\Attack-BUILD.py
Connected to pydev debugger (build 243.23654.177)
Process finished with exit code 0
Please sign in to leave a comment.