lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello,

This is just to point out that, when resuming a dead coroutine, the error
message does not provide information as to where the error occured. Only the
"cannot resume dead coroutine" string is provided.
Maybe it would be better if all error messages had the "[chunk id] : <line>:
message" format (especially when I have code in my debugger that parses the
error message to point the editor to the culprit :-)


Cheers,

Benoit.