dbg_wx_code

Functions


code_area(Parent) -> term()

load_code(Ed, Code) -> term()

unload_code(Ed) -> term()

add_break_to_code(Ed, Line, X3) -> term()

del_break_from_code(Ed, Line) -> term()

mark_line(Ed, Prev, Line) -> term()

get_no_lines(Ed) -> term()

goto_line(Ed, Line) -> term()

current_pos(Ed) -> term()

goto_pos(Ed, Pos) -> term()

find(Ed, Str, Case, Next) -> term()

View Functions