ZeroBraneStudio
ZeroBraneStudio copied to clipboard
Debugging threads created with lua lanes ?
I have issue debugging threads created with LuaLanes Simple test script:
local function tcode()
for i=1,10 do -- <== SET BREAKPOINT HERE
print(i)
end
end
local lanes=(require"lanes").configure()
local tfunc=lanes.gen("*",tcode)
local thandle=tfunc()
thandle:join()
print("done")
but the breakpoint just does not hit. Any suggestions?
@pkulchenko Can you give me more details about "commercial extension that supports multiple debugging sessions " you mentioned in #769. Maybe per EMail and maybe also including license details and a quote?
Sure; will email.