pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.59k stars 518 forks source link

gideros 2022.1 restart debugging does not work #1139

Open keszegh opened 2 years ago

keszegh commented 2 years ago

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 commented 2 years ago

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?