[SDL] Is there no way to source level debug an application using SDL?
David Olofson
david.olofson at reologica.se
Tue Jun 4 08:04:01 PDT 2002
On Mon, 03/06/2002 03:01:02 , bryanedds <bryanedds at yahoo.com> wrote:
>There has to be a way... but how?
Sure, I think it should work, regardless of what platform you're on. (Although I have experience only with DOS, Windows and Linux, and GNU and Borland tools... And some MCU devsystems, of course - even those work basically the same way. :-)
What platform and tools are you using? How did you install SDL?
All you should need for full source coverage is an SDL DLL or lib with debug info (that's what tells the debugger where to look for the source), and of course, the sources in some place where the debugger can find them.
//David
.---------------------------------------
| David Olofson
| Programmer
| david.olofson at reologica.se
|---------------------------------------
| Address:
| REOLOGICA Instruments AB
| Scheelevägen 30
| 223 63 LUND
| Sweden
|---------------------------------------
| Phone: 046-12 77 60
| Fax: 046-12 50 57
| Mobil:
| E-mail: david.olofson at reologica.se
| WWW: http://www.reologica.se
|
`-----> We Make Rheology Real
More information about the SDL
mailing list