Mail Archives: djgpp/1998/06/21/22:30:34
From: | "John M. Aldrich" <fighteer AT cs DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: How to use symify?
|
Date: | Sun, 21 Jun 1998 22:19:16 -0400
|
Organization: | Two pounds of chaos and a pinch of salt.
|
Lines: | 24
|
Message-ID: | <358DBF24.261DE77A@cs.com>
|
References: | <358D2164 DOT 33118392 AT netrover DOT com>
|
NNTP-Posting-Host: | ppp146.cs.net
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Nicolas Blais wrote:
>
> Can someone tell me how to use symify, or atleast tell me which info
> file talks about it?
Typing "symify" without arguments gives brief instructions. Specific
information on how to use symify can be found in chapter 9.2 of the
DJGPP FAQ.
Basic operation: compile your program with '-g' switch to add full
debugging information. Do whatever is necessary to make the program
crash. When the traceback appears on the screen, type "symify
<program>" where <program> is the name of your executable. The
function, file, and line number will be displayed on the screen next to
each line of the traceback. Symify can also read a traceback from a
file or save its output to a file.
--
---------------------------------------------------------------------
| John M. Aldrich | "Sin lies only in hurting other |
| aka Fighteer I | people unnecessarily. All other |
| mailto:fighteer AT cs DOT com | 'sins' are invented nonsense." |
| http://www.cs.com/fighteer | - Lazarus Long |
---------------------------------------------------------------------
- Raw text -