debug .fas?



Hi all,
I'm using CLISP. When loading a compiled file, the debug information
is not available, i.e., no stack trace information. In order to debug
I need to load the .lisp file. Why is that?

Besides, I find the fact that there are no line numbers in the debug
information quite annoying, (although the place of the problem can be
pin-pointed by the stack trace). Is there a solution for that?

Thanks
iu2

.



Relevant Pages

  • Re: Debug vs. Release code.
    ... In regards to being able to log a stack trace. ... I have noticed that if I do not have the PDB files on the target ... So far having a Debug build seems to be the only way that I know ...
    (microsoft.public.dotnet.framework.clr)
  • Re: Downside of using Debug builds for production
    ... use of Microsoft's Exception Handling application block. ... the process if I desire to debug the application. ... For example, an "optimized" build could in some cases be larger than the "non-optimized" build, depending on what the optimization goals are. ... it seems to me that you are really only interested in one aspect of the "debug" build: the inclusion of symbols allowing for the stack trace to include line numbers in the exceptions. ...
    (microsoft.public.dotnet.framework)
  • trouble with PrepareToEncode and vct3216.dll
    ... The stack trace ... lists vct3216 as the problem. ... I have seen posts as far back as fives years ... but I am seeing the same problem on debug or release. ...
    (microsoft.public.windowsmedia.sdk)
  • Re: ASSERT on a line not where program breaks
    ... Your assertion is coming from ATL code, and most likely has to do with your HWND or the ... "Retry" button to debug the application, I don't break in to line 460, ... stack trace below for reference. ...
    (microsoft.public.vc.language)
  • How to start on debugging this Swing/AWT error?
    ... I'm wondering about what techniques to use to debug an ... error which is coming from somewhere in the guts of a ... In other cases I've worked in the stack trace always gave ...
    (comp.lang.java.programmer)