ZeroBraneStudio icon indicating copy to clipboard operation
ZeroBraneStudio copied to clipboard

Debugging threads created with lua lanes ?

Open jjvbsag opened this issue 6 years ago • 2 comments

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?

jjvbsag avatar Jan 29 '19 13:01 jjvbsag

@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?

jjvbsag avatar Apr 22 '20 06:04 jjvbsag

Sure; will email.

pkulchenko avatar Apr 22 '20 15:04 pkulchenko