How to debug python source code using GDB in Cygwin for Windows 10 (x64)

363 Views Asked by At

I usually code in python and I need a debugger. I chose GDB as it also helps in debugging my c++ applications. i have read the python documentation on GDB debugger but it isn't clear to me still. i had cygwin installed and with it i have also installed GDB on windows 10 (x64) . Do i still need to install somethong more? And after installing it what should be my next steps to run the debugger with breakpoints and all other regular features (without creating an extra file, as I read in some answers)

0

There are 0 best solutions below