Any recommendations on 64-bit debugging tools?

2010-09-21 Thread Ben Parker
For those of you who have developed 64-bit apps with wine, I'd like to ask what debugging tools and techniques you found most effective in that environment. Anyone have good luck with the 64-bit winedbg or remote debugging using Visual Studio? Thanks, Ben Parker ESRI

Re: Debugging tools

2009-08-10 Thread Alex Dermenakis
> I just would try to use Kdevelop, but i dont know if it will work. > Actually KDevelop works. I created a new empty project and Imported the whole git repository and I chose to use wine's custom MakeFile and configure files. I'm not able though to start the debug properly but I'm working on it.

Re: Debugging tools

2009-08-10 Thread André Hentschel
Alexandros Dermenakis schrieb: Hi, I would like some help about which tools to use for editing code, searching through the source files etc. also, is there a way to import all the source code in Kdevelop? thanks I mostly edit the files with Geany(geany.org), but thats a matter of taste.

Re: Debugging tools

2009-08-09 Thread Austin English
On Sun, Aug 9, 2009 at 10:50 PM, Alexandros Dermenakis wrote: > Hi, > > I would like some help about which tools to use for editing code, searching > through the source files etc. also, is there a way to import all the source > code in Kdevelop? To get the source: http://wiki.winehq.org/GitWine f

Debugging tools

2009-08-09 Thread Alexandros Dermenakis
Hi, I would like some help about which tools to use for editing code, searching through the source files etc. also, is there a way to import all the source code in Kdevelop? thanks