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

Home Page:http://studio.zerobrane.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gideros 2022.1 restart debugging does not work

keszegh opened this issue · 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.

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?