Redis for Windows script debugger gets stuck -


performing simple test debug lua script, redis-cli gets stuck , not accept input. way of ending session doing ctrl+c

c:>cd "\program files\redis"

c:\program files\redis>echo return argv[1] + argv[2] > test.lua  c:\program files\redis>redis-cli --ldb --eval test.lua , 2 3 lua debugging session started, please use: quit    -- end session. restart -- restart script in debug mode again.    -- show lua script debugging commands. 

from point application not accept input.

i using latest release (3.2.100) https://github.com/msopentech.

do need special make debugging work in redis windows? not sure if problem debugging because redis-server.exe or redis-cli.exe, since not have linux machine @ hand.

update

i can confirm can debug script using redis-cli.exe in windows, connecting redis instance in linux. problem seems redis-server.exe.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -