zerobrane

Stack window shows no output when debugging Redis Lua scripts with ZeroBrane

会有一股神秘感。 提交于 2020-01-05 05:46:06
问题 I have followed this tutorial to debug Redis Lua scripts. https://www.youtube.com/watch?v=7mlajCj4QPw Everything works except for that the Stack window shows no output so I can't see the value of the variables which is what I need to debug. If I change the Lua interpreter to something else than redis, and try to debug some normal Lua code then it works, and stack window shows everything. But once I switch to Redis as Lua interpreter then nothing shows on the Stack window. I load up the redis

Get Lua running with Torch on Windows 10 (with limited admin rights)

断了今生、忘了曾经 提交于 2019-12-02 09:22:08
问题 Setting up Deep Learning Framework [Lua, Torch]: I need to set up Lua running with Torch on Windows 10 and the ZeroBrane IDE , with limited possibilities of installing Software and restricted download rights. It took me so Long, so I thought I might share a recipe for you guys. I would be glad if it helped you. 回答1: SETTING UP (Admin) Download/Install tdm64/gcc/5.1.0-2.exe Compiler (Admin) Download/Install ZeroBrane (Lua IDE) Download lua/5.3.4.tar.gz (https://www.lua.org/download.html) Write