cag014

Results 3 comments of cag014

"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

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

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...