1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
%% Automatically generated. Do not edit.
{srcfile, "application"}.
{appname, "debugger"}.
{appvsn, "2.3"}.
{module, "debugger"}.
{modulesummary, "Erlang Debugger"}.
{name, "start/0"}.
{name, "start/1"}.
{name, "start/1"}.
{name, "start/2"}.
{fsummary, "Start Debugger."}.
{name, "quick/3"}.
{fsummary, "Debug a process."}.
{module, "i"}.
{modulesummary, "Interpreter (debugger) Interface."}.
{name, "im/0"}.
{fsummary, "Start a graphical monitor"}.
{name, "ii/1"}.
{fsummary, "Interpret a module"}.
{name, "iq/1"}.
{fsummary, "Do not interpret a module"}.
{name, "ini/1"}.
{name, "inq/1"}.
{fsummary, "Do not interpret a module on all nodes in the network"}.
{name, "il/0"}.
{fsummary, "Make a printout of all interpreted modules"}.
{name, "ip/0"}.
{fsummary, "Make a printout of the current status of all interpreted processes"}.
{name, "ic/0"}.
{fsummary, "Delete (clear) information about all terminated processes from the interpreter."}.
{name, "iaa/1"}.
{fsummary, "Automatically attaches to a process"}.
{name, "iaa/2"}.
{fsummary, "Automatically attach to a process using Function as the attachment method."}.
{name, "ist/1"}.
{fsummary, "Set the usage of call frame inspections"}.
{name, "ia/1"}.
{fsummary, "Attaches to a process"}.
{name, "ia/3"}.
{fsummary, "Attaches to a process"}.
{name, "ia/2"}.
{fsummary, "Attaches to a process"}.
{name, "ia/4"}.
{fsummary, "Attaches to a process"}.
{name, "ib/2"}.
{fsummary, "Set a break point"}.
{name, "ib/3"}.
{fsummary, "Set a break point in a function"}.
{name, "ir/2"}.
{fsummary, "Delete a break point"}.
{name, "ir/0"}.
{fsummary, "Delete all existing break points"}.
{name, "ir/1"}.
{fsummary, "Delete all break points in a module"}.
{name, "ir/3"}.
{fsummary, "Delets a break point in a function"}.
{name, "ibd/2"}.
{fsummary, "Disable a break point"}.
{name, "ibe/2"}.
{fsummary, "Enable a break point"}.
{name, "iba/3"}.
{fsummary, "Set a break point trigger"}.
{name, "ibc/3"}.
{fsummary, "Set a conditional test at a break point"}.
{name, "ipb/0"}.
{fsummary, "Make a printout of all existing break points"}.
{name, "ipb/1"}.
{fsummary, "Make a printout of all break points in module"}.
{name, "iv/0"}.
{fsummary, ">Return the current version number of the interpreter"}.
{name, "help/0"}.
{fsummary, "Print help text"}.
{module, "int"}.
{modulesummary, "Interpreter Interface."}.
{name, "i/1"}.
{name, "ni/1"}.
{fsummary, "Interpret a module."}.
{name, "n/1"}.
{name, "nn/1"}.
{fsummary, "Stop interpreting a module."}.
{name, "interpreted/0"}.
{fsummary, "Get all interpreted modules."}.
{name, "file/1"}.
{fsummary, "Get the file name for an interpreted module."}.
{name, "interpretable/1"}.
{fsummary, "Check if a module is possible to interpret."}.
{name, "auto_attach/0"}.
{name, "auto_attach/1"}.
{name, "auto_attach/2"}.
{fsummary, "Get/set when and how to attach to a process."}.
{name, "stack_trace/0"}.
{name, "stack_trace/1"}.
{fsummary, "Get/set if and how to save call frames."}.
{name, "break/2"}.
{fsummary, "Create a breakpoint."}.
{name, "delete_break/2"}.
{fsummary, "Delete a breakpoint."}.
{name, "break_in/3"}.
{fsummary, "Create breakpoints in the specified function."}.
{name, "del_break_in/3"}.
{fsummary, "Delete breakpoints from the specified function."}.
{name, "no_break/0"}.
{name, "no_break/1"}.
{fsummary, "Delete all breakpoints."}.
{name, "disable_break/2"}.
{fsummary, "Make a breakpoint inactive."}.
{name, "enable_break/2"}.
{fsummary, "Make a breakpoint active."}.
{name, "action_at_break/3"}.
{fsummary, "Set the trigger action of a breakpoint."}.
{name, "test_at_break/3"}.
{fsummary, "Set the condition of a breakpoint."}.
{name, "get_binding/2"}.
{fsummary, "Retrieve a variable binding."}.
{name, "all_breaks/0"}.
{name, "all_breaks/1"}.
{fsummary, "Get all breakpoints."}.
{name, "snapshot/0"}.
{fsummary, "Get information about all processes excuting interpreted code."}.
{name, "clear/0"}.
{fsummary, "Clear information about processes executing interpreted code."}.
{name, "continue/1"}.
{name, "continue/3"}.
{fsummary, "Resume process execution."}.
|