lua-users home
lua-l archive

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



I sometimes debugging into Lua VM in Xcode. And vm_case totally breaks Xcode debugger's step-over. I have to modify vm_case to the plain "case ... : {}".

This is not a big issue to me. But I want to bring it up so in case anyone have a better solution than my manual modification. Or reveal if any similar situation on other debugger.

Best Regards,
Dong