eric6.Preferences.ConfigurationPages.DebuggerPython3Page

Module implementing the Debugger Python3 configuration page.

Global Attributes

None

Classes

DebuggerPython3Page Class implementing the Debugger Python3 configuration page.

Functions

create Module function to create the configuration page.


DebuggerPython3Page

Class implementing the Debugger Python3 configuration page.

Derived from

ConfigurationPageBase, Ui_DebuggerPython3Page

Class Attributes

None

Class Methods

None

Methods

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

Static Methods

None

DebuggerPython3Page (Constructor)

DebuggerPython3Page()

Constructor

DebuggerPython3Page.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