lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.39k stars 184 forks source link

"cannot resume dead coroutine" will appear when debugging #657

Open ffbh123456 opened 3 years ago

ffbh123456 commented 3 years ago

When I debug Lua code, it can be debugged normally. When the code stops at a breakpoint, if I do nothing for a long time, the following error will be thrown image

Tieske commented 3 years ago

Looks to me like that's a problem with the debugger, not Busted.