delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/01/06/04:29:20

Date: Wed, 6 Jan 1999 11:29:39 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: AcidBolt <acidbolt AT netvision DOT net DOT il>
cc: djgpp AT delorie DOT com
Subject: Re: RHIDE ctr-break
In-Reply-To: <3691293E.2348913F@netvision.net.il>
Message-ID: <Pine.SUN.3.91.990106112919.8103H-100000@is>
MIME-Version: 1.0
Reply-To: djgpp AT delorie DOT com

On Mon, 4 Jan 1999, AcidBolt wrote:

>  Does someone know how i can use rhide so when i run a program and press
> ctr+break it will get out of the program and show me where it stoped like in
> borlandc?

The usual way of achieving this in DJGPP is to run the program
*outside* of RHIDE, press Ctrl-BREAK, then run the symify utility on
the traceback printed on the screen.  This should pinpoint the
function name, the source file name, and the line number where the
program was when you pressed Ctrl-BREAK.

If you don't see the file name and line number for functions that are
part of your code (as opposed to library functions), try compiling
with -g and without -s.

Section 9.2 of the DJGPP FAQ explains more about symify.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019