eric6.Preferences.ConfigurationPages.DebuggerPython2Page

Module implementing the Debugger Python2 configuration page.

Global Attributes

None

Classes

DebuggerPython2Page Class implementing the Debugger Python2 configuration page.

Functions

create Module function to create the configuration page.


DebuggerPython2Page

Class implementing the Debugger Python2 configuration page.

Derived from

ConfigurationPageBase, Ui_DebuggerPython2Page

Class Attributes

None

Class Methods

None

Methods

DebuggerPython2Page Constructor
__populateAndSetVenvComboBox Private method to populate and set the virtual environment combo box.
on_refreshButton_clicked Private slot handling a click of the refresh button.
on_venvDlgButton_clicked Private slot to show the virtual environment manager dialog.
save Public slot to save the Debugger Python configuration.

Static Methods

None

DebuggerPython2Page (Constructor)

DebuggerPython2Page()

Constructor

DebuggerPython2Page.__populateAndSetVenvComboBox

__populateAndSetVenvComboBox()

Private method to populate and set the virtual environment combo box.

DebuggerPython2Page.on_refreshButton_clicked

on_refreshButton_clicked()

Private slot handling a click of the refresh button.

DebuggerPython2Page.on_venvDlgButton_clicked

on_venvDlgButton_clicked()

Private slot to show the virtual environment manager dialog.

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