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

Home » Public Forums » archive » Breakpoints w/in XManager
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Breakpoints w/in XManager [message #2456] Thu, 14 July 1994 09:11
tai is currently offline  tai
Messages: 14
Registered: June 1994
Junior Member
I found that I couldn't set up breakpoints or stop while inside an
XManager event, so I wrote a little include file that lets me view
variables:

code fragment:
...
@pause.pro ; break here
...

pause.pro:

while (1) do begin
Command = ''
read, Command
if (Command EQ 'q') then goto, QUIT
Result = Execute(Command)
end
QUIT:


Alan
[Message index]
 
Read Message
Previous Topic: Shade_Surf in CGM-files
Next Topic: IDL function "routine_names", documentation ?

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

Current Time: Sat Oct 11 05:58:42 PDT 2025

Total time taken to generate the page: 1.68028 seconds