C# Class LitDev.FormDebug

Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Méthodes publiques

Свойство Type Description
conditionBPOnly bool
conditionName string
conditionType int
conditionValue Primitive
label string
onBreak bool
stackTrace StackTrace

Méthodes publiques

Méthode Description
FormDebug ( ) : System
Pause ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddStack ( StackTrace stackTrace ) : void
AddVariables ( StackTrace stackTrace ) : void
FormDebug_FormClosed ( object sender, FormClosedEventArgs e ) : void
FormDebug_KeyDown ( object sender, KeyEventArgs e ) : void
FormDebug_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
UpdateBreakpoints ( object sender, EventArgs e ) : void
UpdateProperties ( ) : void
buttonChangeValue_Click ( object sender, EventArgs e ) : void
checkedListBoxLabels_ItemCheck ( object sender, ItemCheckEventArgs e ) : void
onExit ( ) : void
onPause ( ) : void
onResume ( ) : void
setIcon ( ) : void
timer1_Tick ( object sender, EventArgs e ) : void
toolStripButtonAllBP_Click ( object sender, EventArgs e ) : void
toolStripButtonArray_Click ( object sender, EventArgs e ) : void
toolStripButtonExit_Click ( object sender, EventArgs e ) : void
toolStripButtonHelp_Click ( object sender, EventArgs e ) : void
toolStripButtonIgnoreBP_Click ( object sender, EventArgs e ) : void
toolStripButtonPause_Click ( object sender, EventArgs e ) : void
toolStripButtonQuit_Click ( object sender, EventArgs e ) : void
toolStripButtonRun_Click ( object sender, EventArgs e ) : void
toolStripButtonStepOut_Click ( object sender, EventArgs e ) : void
toolStripButtonTransparency_Click ( object sender, EventArgs e ) : void
treeView1_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void
updateBreakpoints ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FormDebug() public méthode

public FormDebug ( ) : System
Résultat System

Pause() public méthode

public Pause ( ) : void
Résultat void

Property Details

conditionBPOnly public_oe static_oe property

public static bool conditionBPOnly
Résultat bool

conditionName public_oe static_oe property

public static string conditionName
Résultat string

conditionType public_oe static_oe property

public static int conditionType
Résultat int

conditionValue public_oe static_oe property

public static Primitive conditionValue
Résultat Primitive

label public_oe static_oe property

public static string label
Résultat string

onBreak public_oe static_oe property

public static bool onBreak
Résultat bool

stackTrace public_oe static_oe property

public static StackTrace stackTrace
Résultat StackTrace