comp.lang.ada
 help / color / mirror / Atom feed
From: dewar@schonberg.cs.nyu.edu (Robert Dewar)
Subject: Re: Where is exception Info?
Date: 1996/10/06
Date: 1996-10-06T00:00:00+00:00	[thread overview]
Message-ID: <dewar.844606089@schonberg> (raw)
In-Reply-To: 325160EB.254E@calvin.cca.rockwell.com


JR Crosmer asks

"In looking through the GNAT help for w95, I cannot even find the
word exception in the index.  Does this mean that the only way
to locate an unhandled exception is to use gdb?"

This is a system dependent question. We use standard sytem formats for
debugging information, so whether the information for a traceback is
available without using the debugger is system dependent. For example,
on VMS, a traceback is available, because the system is set up for this,
with special traceback information being a standard feature of object
files. In other systems, including Win95, the only way to get a traceback
is to use the debugging information via GDB. Of course GDB is completely
non-intrusive, so if you like you can easily setup to run all your programs
under GDB all the time, and it will not in anyway affect the behavior or
performance of these programs unless the breakpoint is hit.

If you don't find the information on how to do this by searching for the
word exception, you are not reading the GNAT documentation (gnatinfo.txt),
since this is described there!





      reply	other threads:[~1996-10-06  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-10-01  0:00 Where is exception Info? JR Crosmer
1996-10-06  0:00 ` Robert Dewar [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox