GDB Debugger Project - Kreogist/Cuties GitHub Wiki
This project aims at supporting The GNU Project Debugger(GDB) to debug your source code.
Current Status
Windows GDB Support
Now GDB in Cuties can basically works on windows. All the output has been redirect to qDebug() function to output.
Windows console window redirect
We have complete console window pop up feature on Windows platform. It works great.
Multi-thread debugging
In Windows, you can debug several programs at the same time.
Debugging mode tab
Now every tab have a debugging state. This is designed to fixed the debugging crashed bug when you close the tab and you are still debugging your program. Cuties will notice you which tab is still in debugging mode and cancel the close event. All your documents won't be closed.
Console window and Input Redirect in UNIX/Linux.
We use several commands to complete this function. For more information please see src/app/kcexecutor.cpp.
Mac OS X Support
User have to give GDB authority to access other process.