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

Home » Public Forums » archive » Debugger problems IDL8.2.1
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
Debugger problems IDL8.2.1 [message #82343] Tue, 04 December 2012 06:26
Fabzi is currently offline  Fabzi
Messages: 305
Registered: July 2010
Senior Member
Dear IDLers,

As mentioned in my previous post.

Let's consider the stupid following program:

pro test_debbuger

print, 'I am here'

print, dummy

print, 'now I am over here'

end

If I run it:

IDL> print, !VERSION
{ x86_64 linux unix linux 8.2.1 Aug 20 2012 64 64}
IDL> test_debbuger
% Compiled module: TEST_DEBBUGER.
I am here
% PRINT: Variable is undefined: DUMMY.
% Execution halted at: TEST_DEBBUGER 5
/home/mowglie/disk/IDLWorkspace82/Default/test_debbuger.pro
% $MAIN$

Until now, everything ok. But both return and stepover commands are not
working!

IDL> .stepover
% PRINT: Variable is undefined: DUMMY.
% Execution halted at: TEST_DEBBUGER 5
/home/mowglie/disk/IDLWorkspace82/Default/test_debbuger.pro
% $MAIN$
IDL> .return
% PRINT: Variable is undefined: DUMMY.
% Execution halted at: TEST_DEBBUGER 5
/home/mowglie/disk/IDLWorkspace82/Default/test_debbuger.pro
% $MAIN$

This makes the debugging job quite painful, I must say...

Thanks for your help,

Fab
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Some IDL8.2.1 Workbench related problems
Next Topic: Re: Box Axes with Map Function

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

Current Time: Wed Oct 08 13:55:03 PDT 2025

Total time taken to generate the page: 0.00327 seconds