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

Home » Public Forums » archive » Debuging
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Debuging [message #90407 is a reply to message #90406] Sun, 01 March 2015 10:14 Go to previous messageGo to previous message
Matthew Argall is currently offline  Matthew Argall
Messages: 286
Registered: October 2011
Senior Member
> % Variable is undefined: DEBUG.


You have not assigned a value to the variable DEBUG

IDL> help, a
A UNDEFINED = <Undefined>
IDL> if a then print, 'Debugging!' else print, 'Not debugging.'
% Variable is undefined: A.
% Execution halted at: $MAIN$


Interestingly, !NULL does not behave the same way

IDL> b = !Null
IDL> help, b
B UNDEFINED = !NULL
IDL> if b then print, 'Debugging!' else print, 'Not debugging.'
Not debugging.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: CgTaylorDiagram
Next Topic: Re: star symbol in labels??

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

Current Time: Wed Oct 08 20:05:23 PDT 2025

Total time taken to generate the page: 0.00487 seconds