ERROR during my debug on simple C++ code
Completed
Error during pretty printers setup: Error while executing Python code.
Some features and performance optimizations will not be available.
D:\Programming\testfor\cmake-build-debug\testfor.exe
Process finished with exit code 1
When I tried to debug a simple cpp file , debug console print above info, I dont know what to do next. Can somebody help?? Really confused.
CLion 2020.2.3
Build #CL-202.7319.72, built on September 18, 2020
Licensed to Shawn Tung
Subscription is active until October 27, 2020
For educational use only.
Runtime version: 11.0.8+10-b944.31 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 1987M
Cores: 8
Registry: run.processes.with.pty=TRUE


Please sign in to leave a comment.
anybody?
Hello!
How did you install MinGW? Where did you download it?
I download it from MinGW official site...... Is this problem has something with MinGW?
I tried to debug the provided code in CLion 2020.2.3 with the following toolchain:
It worked correctly:
Just in case, the toolchain was installed using
MinGW-W64-install.exefrom https://sourceforge.net/projects/mingw-w64/files/Thx a lot.
I tried to redownload MinGW-w64 later then and finally managed to debug correctly!
It's due to the old version of MinGW which doesnt support well for python pretty-printers😄