lua-debug icon indicating copy to clipboard operation
lua-debug copied to clipboard

Debugger stops after few seconds

Open cag014 opened this issue 4 years ago • 5 comments

After running the debugger, the debugger stops after 2 seconds w/o any error or problem. Using same environment as with previous Lua Debug version. No changes done at any setting files. Please advise ...

cag014 avatar Apr 07 '21 22:04 cag014

What is your debugging configuration and environment? Which version of the debugger are you running correctly and which one does not?

actboy168 avatar Apr 08 '21 06:04 actboy168

"configurations": [ { "type": "lua", "request": "launch", "name": "Launch", "program": "${file}", "luaVersion": "5.3", "luaArch": "x86_64" } Same for debugger (lua 5.3, luaArch x86.64 Previous working version 1.20.3

cag014 avatar Apr 08 '21 07:04 cag014

Can you provide your lua file to be debugged?

actboy168 avatar Apr 08 '21 07:04 actboy168

the file is huge and complicate, but have tried something very simple for i=1,3000 print (i) end It's never finished till the end . The debugger stops somewhere at i=1700

cag014 avatar Apr 08 '21 12:04 cag014

Sorry, was my mistake... It's run too fast on my new PC and aborted (as intended), but not all information has been printed on the console and I thought it crashes somehow

cag014 avatar Apr 08 '21 23:04 cag014