Re: automate winedbg IDE integration

2012-04-15 Thread Eric Pouech
Le 14/04/2012 22:41, Ilya Basin a écrit : I've already written a wrapper (see my other mail winedbg-eclipse - winedbg wrapper for Eclipse IDE) There are some problems, however. EP> do you have a trace of the gdb commands ? gdb --version gdb --interpreter mi2 --nx 1-list-features 2-environment

Re[2]: automate winedbg IDE integration

2012-04-14 Thread Ilya Basin
I've already written a wrapper (see my other mail winedbg-eclipse - winedbg wrapper for Eclipse IDE) There are some problems, however. EP> do you have a trace of the gdb commands ? gdb --version gdb --interpreter mi2 --nx 1-list-features 2-environment-cd /media/ARCHLINUXOLD/1/builds/wine/src/win

Re: automate winedbg IDE integration

2012-04-14 Thread Eric Pouech
Le 13/04/2012 22:21, Ilya Basin a écrit : which IDE do you have in mind ? Eclipse or Netbeans. Eclipse 3.7.2 looks promising. It even managed to detect -I and -D compiler options in the wine makefiles. I didn't work with Netbeans for long. The last time I had to manually set all the include dir

Re: automate winedbg IDE integration

2012-04-13 Thread Ilya Basin
> which IDE do you have in mind ? Eclipse or Netbeans. Eclipse 3.7.2 looks promising. It even managed to detect -I and -D compiler options in the wine makefiles. I didn't work with Netbeans for long. The last time I had to manually set all the include directories and macros. > some IDE provide su

Re: automate winedbg IDE integration

2012-04-13 Thread Eric Pouech
Le 13/04/2012 19:58, Ilya Basin a écrit : 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 Start ddd In ddd, use the 'Open File' or 'Open Program' to point to the

automate winedbg IDE integration

2012-04-13 Thread Ilya Basin
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 > Start ddd > In ddd, use the 'Open File' or 'Open Program' to point to the Wine executable > (which is either