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

Home » Public Forums » archive » Re: endless loops suck
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: endless loops suck [message #33851 is a reply to message #33836] Fri, 31 January 2003 05:02 Go to previous messageGo to previous message
Timm Weitkamp is currently offline  Timm Weitkamp
Messages: 66
Registered: August 2002
Member
Today at 10:54 +0800, Thomas Gutzler wrote:

> Is there any way to stop this while debuging ?
>
> pro loop_it
> a = 1
> while (1) do a = a + 1
> end

Thomas,

I don't know if this helps a lot, but one way that will allow you
to stop it with CTRL-c is of course to modify it into

pro loop_it
a = 1
while (1) do begin
a = a + 1
endwhile
end

Cheers,
Timm

--
Timm Weitkamp <http://people.web.psi.ch/weitkamp>
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDL, arrays, and memory
Next Topic: Expert information needed

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

Current Time: Sat Oct 11 05:02:22 PDT 2025

Total time taken to generate the page: 0.96161 seconds