Skip to content

Latest commit

 

History

History

DebugWithGdbAndWine

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

DebugWithGdbAndWine.sh:

If you develop for Microsoft Windows with MinGW-w64 on Linux, you will probably want to debug
your application with Wine using gdbserver and a cross-debugger like x86_64-w64-mingw32-gdb.
Starting the debugger in this scenario can be tricky, so this script should help.