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

Home » Public Forums » archive » How can I show error line numbers when running .sav on Virtual Machine
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
How can I show error line numbers when running .sav on Virtual Machine [message #86253] Mon, 21 October 2013 19:51 Go to previous message
timothyja123 is currently offline  timothyja123
Messages: 57
Registered: February 2013
Member
Hi guys,

My application has the following code to catch as display errors:

CATCH, errorNum
IF (errorNum NE 0) THEN BEGIN
CATCH, /Cancel
HELP, /Last_Message, Output = lastError
v = DIALOG_MESSAGE(LastError)
Error = LastError[0]
RETURN
ENDIF


The application is built into a .sav file and run on the IDL Virtual Machine. My problem is that when an error is hit there are no line numbers in the error message. Is there some way to build the .sav file to retain and display the line numbers like when running directly from the source in the Workbench?

Tim

IDL version 8.2.3
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: most probable value of a data set
Next Topic: Re: object argument passing behaviour changed in v8.2.2?

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

Current Time: Wed Oct 08 13:44:44 PDT 2025

Total time taken to generate the page: 0.00429 seconds