Page 1 of 1
Edit and Continue
Posted: Mon Jul 20, 2015 7:29 pm
by RedDeupree
Is it possible for LiveCode to do edit and continue like Microsoft does?
Re: Edit and Continue
Posted: Mon Jul 20, 2015 7:32 pm
by RedDeupree
In microsoft visual studio and in vba, it can stop and edit and re-run and move the execution point when the app is running and it is possible to write a significant amount of an app all when the app is running in debug mode - you can write an app in front of itself for quite a while.
LC does not seem to be able to alter itself or add lines of code when it is stopped in debug mode.