Class p.u.d.d.DebuggerEventsConfig(EventsConfig):

Part of pida.utils.debugger.debugger View In Hierarchy

No class docstring

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
159 Method create_events Create your events here
182 Method on_step Undocumented
199 Method on_toggle_breakpoint Toggles a breakpoint in a file on line
215 Method on_add_breakpoint Add a breakpoint on line of file
229 Method on_del_breakpoint Deletes a breakpoint on line of file
245 Method on_end_debugging Undocumented
249 Method on_start_debugging Undocumented
259 Method subscribe_foreign_events Subscribe to events here
265 Method on_editor_startup Set the highlights in vim
274 Method on_document_changed Undocumented

Inherited from EventsConfig:

Line # Kind Name Docs
114 Method create Override to do the creations
122 Method create_event Undocumented
128 Method subscribe_foreign_event Undocumented
132 Method unsubscribe_foreign_events Undocumented
136 Method subscribe_event Undocumented
139 Method unsubscribe_event Undocumented
142 Method get Undocumented
145 Method emit Undocumented

Inherited from BaseConfig (via EventsConfig):

Line # Kind Name Docs
4 Method __init__ Undocumented
11 Method get_service_name Undocumented
Line # Kind Name Docs
4 Method __init__ Undocumented
114 Method create Override to do the creations
122 Method create_event Undocumented
159 Method create_events Create your events here
145 Method emit Undocumented
142 Method get Undocumented
11 Method get_service_name Undocumented
215 Method on_add_breakpoint Add a breakpoint on line of file
229 Method on_del_breakpoint Deletes a breakpoint on line of file
274 Method on_document_changed Undocumented
265 Method on_editor_startup Set the highlights in vim
245 Method on_end_debugging Undocumented
249 Method on_start_debugging Undocumented
182 Method on_step Undocumented
199 Method on_toggle_breakpoint Toggles a breakpoint in a file on line
136 Method subscribe_event Undocumented
128 Method subscribe_foreign_event Undocumented
259 Method subscribe_foreign_events Subscribe to events here
139 Method unsubscribe_event Undocumented
132 Method unsubscribe_foreign_events Undocumented
def create_events(self):
Create your events here
def on_step(self, file, line, function):
Undocumented
def on_toggle_breakpoint(self, file, line):
Toggles a breakpoint in a file on line Sends the command to the debugger if it is active or update the interfaces
def on_add_breakpoint(self, ident, file, line):
Add a breakpoint on line of file Store it with the current controller
def on_del_breakpoint(self, ident):
Deletes a breakpoint on line of file Store it with the current controller
def on_end_debugging(self):
Undocumented
def on_start_debugging(self):
Undocumented
def subscribe_foreign_events(self):
Subscribe to events here
def on_editor_startup(self):
Set the highlights in vim
def on_document_changed(self, document):
Undocumented
API Documentation for PIDA, generated by pydoctor.