Class p.u.d.v.DebuggerStackView(PidaView):

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

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
161 Method create_ui Create the user interface here
198 Method end_debug_session Undocumented
201 Method create_toolbar Undocumented
211 Method on_thread_stmt Undocumented
219 Method on_function_call Undocumented
222 Method on_function_return Undocumented
225 Method on_step Undocumented
243 Method clear_items Undocumented
252 Method push_function Undocumented
259 Method pop_function Undocumented
265 Method _on_frame_double_click Undocumented
269 Method can_be_closed Undocumented

Inherited from PidaView:

Line # Kind Name Docs
123 Method __init__ Undocumented
132 Method add_main_widget Undocumented

Inherited from PidaViewMixin (via PidaView):

Line # Kind Name Docs
88 Method get_unique_id Undocumented
91 Method create_tab_label_icon Undocumented
94 Method get_tab_label_text Undocumented
97 Method get_parent_window Undocumented
102 Method on_remove_attempt Undocumented
Line # Kind Name Docs
123 Method __init__ Undocumented
265 Method _on_frame_double_click Undocumented
132 Method add_main_widget Undocumented
269 Method can_be_closed Undocumented
243 Method clear_items Undocumented
91 Method create_tab_label_icon Undocumented
201 Method create_toolbar Undocumented
161 Method create_ui Create the user interface here
198 Method end_debug_session Undocumented
97 Method get_parent_window Undocumented
94 Method get_tab_label_text Undocumented
88 Method get_unique_id Undocumented
219 Method on_function_call Undocumented
222 Method on_function_return Undocumented
102 Method on_remove_attempt Undocumented
225 Method on_step Undocumented
211 Method on_thread_stmt Undocumented
259 Method pop_function Undocumented
252 Method push_function Undocumented
def create_ui(self):
Create the user interface here
def end_debug_session(self):
Undocumented
def create_toolbar(self):
Undocumented
def on_thread_stmt(self, thread):
Undocumented
def on_function_call(self):
Undocumented
def on_function_return(self):
Undocumented
def on_step(self, file, line, function):
Undocumented
def clear_items(self):
Undocumented
def push_function(self, function, file, line, thread=None):
Undocumented
def pop_function(self):
Undocumented
def _on_frame_double_click(self, olist, item):
Undocumented
def can_be_closed(self):
Undocumented
API Documentation for PIDA, generated by pydoctor.