Ldb

Integrated Lua debugger to debug in real-time Script and Utility. The programming interface below allows you to manipulate the flow of the debugger, and access general information about the current debugging state.

See Also

Static Variables


Name Description
run Determine wether or not the debugger is running.
lvmthread Reference to the current LvmThread hooked by the debugger.
currentline Current line hooked by the debugger.
event Current EventType being debugged.
callstack Stream that contains the latest callstack.
userdata Stream that contains unique reference to all user data.

Variables


Name Description
revision Current revision of the debugger callstack.

Functions


Name Description
Start Start the local debugger.
Stop Stop the debugger and release the LvmThread hook (if any).
Run Continue the debugger execution.
Break Break at the current instruction processed by the virtual machine.
StepOver Step over the current instruction.
StepInto Step into the current function.




NRG - API 2022.4.384543 - Fri Nov 4 2022
Copyright © 2022 nrgcore.com. All Rights Reserved. Terms of Service - Privacy Policy - EULA