Class p.u.d.d.DebuggerOptionsConfig(OptionsConfig):

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

Known subclasses: pida.services.debugger_gdb.debugger_gdb.GdbDebuggerOptionsConfig, pida.services.debugger_pydb.debugger_pydb.PydbDebuggerOptionsConfig

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
373 Method create_options Create the options here

Inherited from OptionsConfig:

Line # Kind Name Docs
145 Method create Override to do the creations
153 Method register_options Undocumented
158 Method create_option Undocumented
164 Method add_option Undocumented
167 Method get_option Undocumented
170 Method get_value Undocumented
173 Method set_value Undocumented
176 Method __len__ Undocumented
179 Method iter_options Undocumented

Inherited from BaseConfig (via OptionsConfig):

Line # Kind Name Docs
4 Method __init__ Undocumented
11 Method get_service_name Undocumented
Line # Kind Name Docs
4 Method __init__ Undocumented
176 Method __len__ Undocumented
164 Method add_option Undocumented
145 Method create Override to do the creations
158 Method create_option Undocumented
373 Method create_options Create the options here
167 Method get_option Undocumented
11 Method get_service_name Undocumented
170 Method get_value Undocumented
179 Method iter_options Undocumented
153 Method register_options Undocumented
173 Method set_value Undocumented
def create_options(self):
Create the options here
API Documentation for PIDA, generated by pydoctor.