|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Functions | |
| void | LuaDebugger::open (QWidget *parent) |
| bool | LuaDebugger::tryDeferMainWindowClose (QCloseEvent *event) |
Public entry points for the Lua debugger UI. The only header consumed outside the lua_debugger module.
| void LuaDebugger::open | ( | QWidget * | parent | ) |
Open (creating on first call) the Lua debugger dialog and bring it to the front.
| bool LuaDebugger::tryDeferMainWindowClose | ( | QCloseEvent * | event | ) |
If the debugger is paused or owns unsaved scripts, defer the supplied main-window close event so the Lua C stack can unwind first.
true when the close was deferred (caller should return without further teardown), false to let the main window proceed normally.