Add menudebug command for debugging EvMenu

This commit is contained in:
Griatch 2018-08-23 20:46:13 +02:00
parent 247ad0d056
commit b96f1a5c86
3 changed files with 52 additions and 5 deletions

View file

@ -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)