Add menudebug command for debugging EvMenu
This commit is contained in:
parent
247ad0d056
commit
b96f1a5c86
3 changed files with 52 additions and 5 deletions
|
|
@ -2396,4 +2396,5 @@ def start_olc(caller, session=None, prototype=None):
|
|||
"node_prototype_save": node_prototype_save,
|
||||
"node_prototype_spawn": node_prototype_spawn
|
||||
}
|
||||
OLCMenu(caller, menudata, startnode='node_index', session=session, olc_prototype=prototype)
|
||||
OLCMenu(caller, menudata, startnode='node_index', session=session,
|
||||
olc_prototype=prototype, debug=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue