VSCodeLuaDebug
VSCodeLuaDebug copied to clipboard
Only the first breakpoint works
If my program has entered a breakpoint once, it will never stop at any other breakpoints, and even if I removed that breakpoint, it is actually still out there, debugger will still stop at that line.
Could you kindly tell me what is the reason most likely to be? My debuggee.start() is successful, and I have debuggee.poll() called every frame.
The most likely reason is.... not calling debuggee.poll()
. Ha ha.
Could you explain your environment?
Found the reason, directory seperator doesn't seem to match.
Inside my breakpointsPerPath:
And my env is win7 + lua5.3