start of clog scope

This commit is contained in:
David Botton 2024-06-02 22:54:32 -04:00
parent 0453873a73
commit 02e6d029d0
3 changed files with 22 additions and 9 deletions

View file

@ -403,6 +403,7 @@ clog-builder window.")
(create-gui-menu-item tools :content "CLOG Builder REPL" :on-click 'on-repl)
(create-gui-menu-item tools :content "CLOG Builder Console" :on-click 'on-open-console)
(create-gui-menu-item tools :content "CLOG Probe Panel" :on-click 'on-probe-panel)
(create-gui-menu-item tools :content "CLOG Object Scope" :on-click 'on-object-scope)
(create-gui-menu-item tools :content "OS Pseudo Shell" :on-click 'on-shell)
(create-gui-menu-item tools :content "List Callers" :on-click 'on-show-callers)
(create-gui-menu-item tools :content "List Callees" :on-click 'on-show-callees)