Class p.s.d.d.Pydb(Debugger):

Part of pida.services.debugger_pydb.debugger_pydb View In Hierarchy

Debug a project with pydb service

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
81 Method _parse Parses a string of output and execute the correct command
92 Method _send_cmd Sends a command to the debugger
102 Method init Initiates the debugging session
123 Method end Ends the debugging session
131 Method step_in step in instruction
137 Method step_over Step over instruction
143 Method cont Continue execution
149 Method finish Jump to end of current function
155 Method add_breakpoint Undocumented
158 Method del_breakpoint Undocumented

Inherited from Debugger:

Line # Kind Name Docs
413 Method _toggle_breakpoint Undocumented
424 Method _list_breakpoints Lists all breakpoints choosed by the user
438 Method _flush_breakpoints Removes all breakpoints from the debugger
447 Method _load_breakpoints Load all breakpoints in the debugger
457 Method _init Initialisation of the debugging session
478 Method _end Termination of the debugging session
501 Method start Starts the service
525 Method update_editor Updates the editor with current's document breakpoints

Inherited from Service (via Debugger):

Line # Kind Name Docs
31 Method __init__ Undocumented
36 Method create_all Called to create all the services by the
48 Method subscribe_all Undocumented
53 Method get_name Undocumented
56 Method get_label Undocumented
59 Method pre_start Override to pre start up
65 Method stop Override to stop service
68 Method stop_components Undocumented
77 Method _register_options_config Undocumented
85 Method get_options Undocumented
88 Method get_option Undocumented
91 Method opt Undocumented
94 Method set_opt Undocumented
100 Method _register_commands_config Undocumented
108 Method _get_commands Undocumented
111 Method cmd Undocumented
123 Method _register_events_config Undocumented
129 Method _subscribe_foreign_events Undocumented
132 Method _unsubscribe_foreign_events Undocumented
136 Method _get_events Undocumented
139 Method get_event Undocumented
142 Method subscribe_foreign_event Undocumented
145 Method unsubscribe_foreign_event Undocumented
148 Method subscribe_event Undocumented
151 Method unsubscribe_event Undocumented
155 Method emit Undocumented
161 Method _register_feature_config Undocumented
167 Method _subscribe_foreign_features Undocumented
170 Method _unsubscribe_foreign_features Undocumented
173 Method _get_features Undocumented
178 Method list_features Undocumented
181 Method has_foreign_feature Undocumented
184 Method subscribe_feature Undocumented
187 Method unsubscribe_feature Undocumented
190 Method subscribe_foreign_feature Undocumented
193 Method unsubscribe_foreign_feature Undocumented
196 Method features Undocumented
202 Method _register_actions_config Undocumented
208 Method _unregister_actions_config Undocumented
211 Method _subscribe_keyboard_shortcuts Undocumented
214 Method _get_actions Undocumented
217 Method get_action_group Undocumented
220 Method get_action Undocumented
223 Method get_keyboard_options Undocumented
228 Method log_debug Undocumented
231 Method log_info Undocumented
234 Method log_warn Undocumented
237 Method log_error Undocumented
243 Method get_window Undocumented
248 Method save_dlg Undocumented
251 Method open_dlg Undocumented
254 Method info_dlg Undocumented
257 Method error_dlg Undocumented
260 Method yesno_dlg Undocumented
263 Method error_list_dlg Undocumented
Line # Kind Name Docs
31 Method __init__ Undocumented
478 Method _end Termination of the debugging session
438 Method _flush_breakpoints Removes all breakpoints from the debugger
214 Method _get_actions Undocumented
108 Method _get_commands Undocumented
136 Method _get_events Undocumented
173 Method _get_features Undocumented
457 Method _init Initialisation of the debugging session
424 Method _list_breakpoints Lists all breakpoints choosed by the user
447 Method _load_breakpoints Load all breakpoints in the debugger
81 Method _parse Parses a string of output and execute the correct command
202 Method _register_actions_config Undocumented
100 Method _register_commands_config Undocumented
123 Method _register_events_config Undocumented
161 Method _register_feature_config Undocumented
77 Method _register_options_config Undocumented
92 Method _send_cmd Sends a command to the debugger
129 Method _subscribe_foreign_events Undocumented
167 Method _subscribe_foreign_features Undocumented
211 Method _subscribe_keyboard_shortcuts Undocumented
413 Method _toggle_breakpoint Undocumented
208 Method _unregister_actions_config Undocumented
132 Method _unsubscribe_foreign_events Undocumented
170 Method _unsubscribe_foreign_features Undocumented
155 Method add_breakpoint Undocumented
111 Method cmd Undocumented
143 Method cont Continue execution
36 Method create_all Called to create all the services by the
158 Method del_breakpoint Undocumented
155 Method emit Undocumented
123 Method end Ends the debugging session
257 Method error_dlg Undocumented
263 Method error_list_dlg Undocumented
196 Method features Undocumented
149 Method finish Jump to end of current function
220 Method get_action Undocumented
217 Method get_action_group Undocumented
139 Method get_event Undocumented
223 Method get_keyboard_options Undocumented
56 Method get_label Undocumented
53 Method get_name Undocumented
88 Method get_option Undocumented
85 Method get_options Undocumented
243 Method get_window Undocumented
181 Method has_foreign_feature Undocumented
254 Method info_dlg Undocumented
102 Method init Initiates the debugging session
178 Method list_features Undocumented
228 Method log_debug Undocumented
237 Method log_error Undocumented
231 Method log_info Undocumented
234 Method log_warn Undocumented
251 Method open_dlg Undocumented
91 Method opt Undocumented
59 Method pre_start Override to pre start up
248 Method save_dlg Undocumented
94 Method set_opt Undocumented
501 Method start Starts the service
131 Method step_in step in instruction
137 Method step_over Step over instruction
65 Method stop Override to stop service
68 Method stop_components Undocumented
48 Method subscribe_all Undocumented
148 Method subscribe_event Undocumented
184 Method subscribe_feature Undocumented
142 Method subscribe_foreign_event Undocumented
190 Method subscribe_foreign_feature Undocumented
151 Method unsubscribe_event Undocumented
187 Method unsubscribe_feature Undocumented
145 Method unsubscribe_foreign_event Undocumented
193 Method unsubscribe_foreign_feature Undocumented
525 Method update_editor Updates the editor with current's document breakpoints
260 Method yesno_dlg Undocumented
def _parse(self, data):
Parses a string of output and execute the correct command @param data line of output
def _send_cmd(self, cmd):
Sends a command to the debugger
def init(self):
Initiates the debugging session
def end(self):
Ends the debugging session
def step_in(self):
step in instruction
def step_over(self):
Step over instruction
def cont(self):
Continue execution
def finish(self):
Jump to end of current function
def add_breakpoint(self, file, line):
Undocumented
def del_breakpoint(self, file, line):
Undocumented
API Documentation for PIDA, generated by pydoctor.