RE: Graphical debugging instead of winedbg

2005-02-06 Thread Oliver Stieber
--- Ann and Jason Edmeades <[EMAIL PROTECTED]> wrote: > >KDBG seems to be working ok, except when I select > run > >winedbg reports > > >Unknown packet request vCont? > >0015:0016: exception code=0x406d1388 > > >http://www.rons.net.cn/htp/gdb/gdb_33.html > > >vCount should be valid so

RE: Graphical debugging instead of winedbg

2005-02-06 Thread Oliver Stieber
> >vCount should be valid so I'll see if I can find > out > >what's not going on. > > > Weird - I just cannot get things working with this > one. I'm happy to try any > graphical environment, or update portions of my > Linux to get it working - > Any suggestions on where to start? kdbg and ddd wo

Re: Graphical debugging instead of winedbg

2005-02-06 Thread Oliver Stieber
--- Eric Pouech <[EMAIL PROTECTED]> wrote: > Ann and Jason Edmeades a écrit : > > Hi > > > > I was trying to get a gui replacement for winedbg > as I can never remember > > how to view memory etc, and saw > > > http://www.winehq.com/site/docs/wine-devel/dbg-others > > > where it talks about us

RE: Graphical debugging instead of winedbg

2005-02-06 Thread Ann and Jason Edmeades
>KDBG seems to be working ok, except when I select run >winedbg reports >Unknown packet request vCont? >0015:0016: exception code=0x406d1388 >http://www.rons.net.cn/htp/gdb/gdb_33.html >vCount should be valid so I'll see if I can find out >what's not going on. >I've tried ddd and get th

RE: Graphical debugging instead of winedbg

2005-02-06 Thread Ann and Jason Edmeades
Hi, >> 1. Winedbg: >> I can get to the trap by winedbg program.exe, cont, and it stops and >> displays everything ok >> >> 2. KDBG: I launch winedbg --gdb --no-start program.exe, and it starts and >> issues the line target remote localhost:32835 >> >> I then issue kdbg -r localhost:32835 /usr/lo

Re: Graphical debugging instead of winedbg

2005-02-06 Thread Oliver Stieber
--- Eric Pouech <[EMAIL PROTECTED]> wrote: > Ann and Jason Edmeades a écrit : > > Hi > > > > I was trying to get a gui replacement for winedbg > as I can never remember > > how to view memory etc, and saw > > > http://www.winehq.com/site/docs/wine-devel/dbg-others > > > where it talks about us

Re: Graphical debugging instead of winedbg

2005-02-05 Thread Eric Pouech
Ann and Jason Edmeades a écrit : Hi I was trying to get a gui replacement for winedbg as I can never remember how to view memory etc, and saw http://www.winehq.com/site/docs/wine-devel/dbg-others where it talks about using kdbg. I was looking at a simple trap and thought it ideal to test with

Graphical debugging instead of winedbg

2005-02-03 Thread Ann and Jason Edmeades
Hi I was trying to get a gui replacement for winedbg as I can never remember how to view memory etc, and saw http://www.winehq.com/site/docs/wine-devel/dbg-others where it talks about using kdbg. I was looking at a simple trap and thought it ideal to test with So... 1. Winedbg: I can get t