automate winedbg IDE integration

Ilya Basin basinilya at gmail.com
Fri Apr 13 12:58:48 CDT 2012


Hi developers. There's a manual on this page:
http://www.winehq.org/docs/winedev-guide/dbg-others

> Start the Wine debugger with a command line like:
>         winedbg --gdb --no-start <name_of_exe_to_debug.exe>
> Start ddd
> In ddd, use the 'Open File' or 'Open Program' to point to the Wine executable (which is either wine-pthread or wine-kthread depending on your settings).
> In the output of 1/, there's a line like
>         target remote localhost:32878
> copy that line and paste into ddd command pane (the one with the (gdb) prompt) 

So many steps. Is there an easier way? Or maybe everyone use plain
winedbg without any IDE?





More information about the wine-devel mailing list