QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: badger on October 01, 2020, 12:49:30 pm

Title: ok here we go again on how to break into a program
Post by: badger on October 01, 2020, 12:49:30 pm
Hello

If we some how created an endless loop and ran the program how to we break out of it ctrl "c" does not work


maybe i have not read the instructions close enough but i do have a need to know

Badger
Title: Re: ok here we go again on how to break into a program
Post by: bplus on October 01, 2020, 12:53:42 pm
Alt + F4 breaks from a Full Screen without exit X

Windows has Windows button + X > Task manager! from there select the nasty beast and END it!

JB is bad but occasionally even the best QB64 programs get stuck!
Title: Re: ok here we go again on how to break into a program
Post by: badger on October 01, 2020, 12:54:53 pm
hello

thanks man i hit an endless loop i did not know i had uggg i hate those things LOL

Badger