Date: Mon, 29 Mar 1999 15:07:59 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: BartMan cc: djgpp AT delorie DOT com Subject: Re: A problem with debugging under Rhide, more data In-Reply-To: <36FE9C72.A8FBFFD9@geocities.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 28 Mar 1999, BartMan wrote: > Every procedure from any other file, which was included to main > project file (cr_pm.cc in this case) will be printed as from cr_pm.cc but > not as from it really comes (like VM_GetBack comes from cr_vm.cc). Do you use the #include directive to include the code of `VM_GetBack'? If so, this is a known problem; see section 12.8 of the FAQ for explanation and some solutions.