eric6.Preferences.ConfigurationPages.DebuggerPythonPage

Module implementing the Debugger Python configuration page.

Global Attributes

None

Classes

DebuggerPythonPage Class implementing the Debugger Python configuration page.

Functions

create Module function to create the configuration page.


DebuggerPythonPage

Class implementing the Debugger Python configuration page.

Derived from

ConfigurationPageBase, Ui_DebuggerPythonPage

Class Attributes

None

Class Methods

None

Methods

DebuggerPythonPage Constructor
save Public slot to save the Debugger Python configuration.

Static Methods

None

DebuggerPythonPage (Constructor)

DebuggerPythonPage()

Constructor

DebuggerPythonPage.save

save()

Public slot to save the Debugger Python configuration.

Up


create

create(dlg)

Module function to create the configuration page.

dlg
reference to the configuration dialog
Returns:
reference to the instantiated page (ConfigurationPageBase)
Up