- Sun Aug 14, 2016 7:53 am
#52911
WOW! Great Speed Increase! Thanks much!
BUT - HERE IS A BUG THAT NEEDS FIX, (since you asked):
Even with the new build, this simple program (1) does not bring up the debugger [get BLANK SCREEN when hit RUN] (2) makes BASIC go completely out to lunch! Only choice is to press reset. Please try it and see:
debugon
t = 0
[poo]
if t = 0 then
t = 1
else
t = 0
end if
goto [poo]
NOTE: Even with the debugon statement not in the program, it still requires a painful RESET. Try pressing the browser BACK arrow - yes you can get back to what looks like the EDITOR SCREEN, but trying to press, for example [FILE MANAGER] from that screen does absolutely nothing. The only choice is to RESET the nodemcu. Can anything be done about this?