 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Mattes Guest
|
Posted: Thu Apr 01, 2004 3:26 pm Post subject: Debug info in exe file |
|
|
Hello,
I have a problem with an executable. The "stand alone
debugger", I use GDB with GVD as frontend and alternative td32, complains that the executable contains no debug info. I've
checked compiler and linker options and both are switched in
the right mode according to the help pages, i.e. "full debug"
for the compiler and "create debug information", "use dynamic
rtl" and "don't generate state files".
I've also checked the make files, and the compiler and linker options are -v, which means, the executable shall contain the
debug info. Any idea, why the debug info is stripped off?
Many thanks in advance for your help.
Bye Mattes.
|
|
| Back to top |
|
 |
Ed Mulroy [TeamB] Guest
|
Posted: Thu Apr 01, 2004 5:19 pm Post subject: Re: Debug info in exe file |
|
|
It does not put debug info into the exe file. It puts it into a
companion *.tds file. Arrange for the tds file into the same
directory as the exe.
.. Ed
| Quote: | Mattes wrote in message
news:406c34b3$1 (AT) newsgroups (DOT) borland.com...
I have a problem with an executable. The "stand alone
debugger", I use GDB with GVD as frontend and
alternative td32, complains that the executable contains
no debug info. I've checked compiler and linker options
and both are switched in the right mode according to
the help pages, i.e. "full debug" for the compiler and
"create debug information", "use dynamic rtl" and "don't
generate state files". I've also checked the make files,
and the compiler and linker options are -v, which means,
the executable shall contain the debug info. Any idea,
why the debug info is stripped off?
Many thanks in advance for your help.
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|