comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » [Q]: Linenumbers in HELP,tb=calls
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
[Q]: Linenumbers in HELP,tb=calls [message #3806] Mon, 20 March 1995 01:37
Frank J. �ynes is currently offline  Frank J. �ynes
Messages: 17
Registered: February 1995
Junior Member
A while ago I asked a question about how to get
current line number and module name for runtime logging.
A few people correctly suggested using
HELP, tb = CALLS
giving all necessary traceback information in the string
array tb.

BUT:
My application uses SAVE files, that is - during the make
process (Yes, I actually use a Makefile for IDL), I get
idl to compile all routines necessary for the application,
and then issue the commands
save,/all,/verb,filename="appvars.img"
save,/rou,/verb,filename="appproc.img"

And the executable application is then simply the script

idl << `tail -3 $0`
restore, filename='appvars.img'
restore, filename='appproc.img'
browse_task
exit

The problem is that when using precompiled images the linenumbers
seem to disappear from the traceback info.
Is there a solution/workaround for this?

TIA,
Frank J. �ynes (Frank@spacetec.no)
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Summary: "time_test" for IDL on Windows systems
Next Topic: Re: Skew-T

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 15:19:36 PDT 2025

Total time taken to generate the page: 0.87791 seconds