dbg_ui_mon_win

Functions


init() -> term()

create_win(GS, Title, Menus) -> term()

get_window(WinInfo) -> term()

show_option(WinInfo, Option, Value) -> term()

enable(MenuItems, Bool) -> term()

is_enabled(MenuItem) -> term()

select(MenuItem, Bool) -> term()

add_module(WinInfo, Menu, Mod) -> term()

delete_module(WinInfo, Mod) -> term()

add_process(WinInfo, Pid, Name, X4, Status, Info) -> term()

update_process(WinInfo, Pid, Status, Info) -> term()

clear_processes(WinInfo) -> term()

add_break(WinInfo, Menu, X3) -> term()

update_break(WinInfo, X2) -> term()

delete_break(WinInfo, Point) -> term()

clear_breaks(WinInfo) -> term()

clear_breaks(WinInfo, Mod) -> term()

handle_event(GSEvent, WinInfo) -> term()

View Functions