ZeroBraneStudio icon indicating copy to clipboard operation
ZeroBraneStudio copied to clipboard

gideros 2022.1 restart debugging does not work

Open keszegh opened this issue 3 years ago • 1 comments

issue: with 'play' button gideros player is opened and project is sent to gideros player. works. then one closes the window. then restarts with 'play' button but the player does not open anymore. one has to manually kill the gdrdaemon process so that it works again.

keszegh avatar Mar 03 '22 19:03 keszegh

as a workaround i can run a batch file with the content "C:\Windows\System32\taskkill.exe /f /IM gdrdeamon.exe". but an equivalent line could be added to gideros.lua in the interpreters folder, but i don't know what would be the right syntax. while this bug is not corrected, could you share here what should be added to gideros.lua to have the same effect?

keszegh avatar May 22 '22 21:05 keszegh