digitalmars.D - need help with cdb/windbg
- "Valéry Croizier" <valery freesurf.fr> Mar 16 2005
- Manfred Nowak <svv1999 hotmail.com> Mar 16 2005
I've just tried cdb/windbg, without great success. Some help would be welcome. I compiled my source with "-g" and ran "cdb myprog.exe", but the result was "Symbol search path is: *** Invalid ***". Then I tried "cdb -y . myprog.exe" and got "*** ERROR: Symbol file could not be found." instead. What's wrong ?
Mar 16 2005
"Valéry Croizier" <valery freesurf.fr> wrote: [...]What's wrong ?
Would you please post in digitalmars.learn or if you suspect a compiler error in digitalmars.bugs. Thanks. -manfred
Mar 16 2005








Manfred Nowak <svv1999 hotmail.com>