-
Notifications
You must be signed in to change notification settings - Fork 103
can't hit breakpoint #161
Copy link
Copy link
Closed
Description
操作流程如下,没有任何断点的情况下,直接run,在两个循环中任意添加断点都不会停下.
所有内置的lua程序都是这样
如果在设置了stopOnEntry选项,先打断点可以停下
require "luadebug" : start "@/Users/apple/func/typescripttolua_test/out/debug.sock" :event "wait"
local fn = coroutine.wrap(function ()
while true do
print("1")
coroutine.yield()
end
end)
while true do
fn()
endReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels