How to stop infinite loop?

How to stop infinite loop?

Anonymous
Not applicable
4,338 Views
5 Replies
Message 1 of 6

How to stop infinite loop?

Anonymous
Not applicable

Hi!

 

I have one more question.

 

If I run into infinite loop how do I stop it?

 

As for now I just restart autocad.

I am sure that there is  more "elegant method".

 

Thanks!

0 Likes
Accepted solutions (1)
4,339 Views
5 Replies
Replies (5)
Message 2 of 6

martti.halminen
Collaborator
Collaborator
Accepted solution

@Anonymous wrote:

 

 

If I run into infinite loop how do I stop it?

 

As for now I just restart autocad.

I am sure that there is  more "elegant method".

 


If it is a Lisp program, VLIDE Debug>Abort Evaluation  might help.

 

-- 

 

Message 3 of 6

Anonymous
Not applicable

Wow!

Thanks!

you saved me a lot of time.

 

 

Thanks!

0 Likes
Message 4 of 6

Kent1Cooper
Consultant
Consultant

The ESCape key always works for me.

Kent Cooper, AIA
Message 5 of 6

Anonymous
Not applicable

thanks!

0 Likes
Message 6 of 6

Anonymous
Not applicable

Try random keys on and press enter.  ESC...will crash the program and nothing will be saved.  


@martti.halminen wrote:

@Anonymous wrote:

 

 

If I run into infinite loop how do I stop it?

 

As for now I just restart autocad.

I am sure that there is  more "elegant method".

 


If it is a Lisp program, VLIDE Debug>Abort Evaluation  might help.

 

-- 

 


 

0 Likes