Replies: 1 comment 1 reply
-
I've noticed this too, on occasion. Restarting Textadept might resolve
this. It's on my TODO list to look into.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
Yesterday I was happily debugging my Lua script.
Today I receive an error buffer with the following message.
I don't know what might have changed.
Any help will be greatly appreciated.
.../jeff/.local/opt/textadept/modules/debugger/lua/init.lua:174:
lua -e "io.stdout:setvbuf('no')"
-e "package.path =
package.path .. ';
/home/jeff/.local/opt/textadept/modules/debugger/lua/?.lua;
/home/jeff/.textadept/modules/debugger/lua/?.lua'"
-e "require('mobdebug').start()"
"/home/jeff/test.lua": process failed to start
Debugger started
Beta Was this translation helpful? Give feedback.
All reactions