C# Class LitDev.FormDebug

Datei anzeigen Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
conditionBPOnly bool
conditionName string
conditionType int
conditionValue Primitive
label string
onBreak bool
stackTrace StackTrace

Public Methods

Method Description
FormDebug ( ) : System
Pause ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FormDebug() public method

public FormDebug ( ) : System
return System

Pause() public method

public Pause ( ) : void
return void

Property Details

conditionBPOnly public_oe static_oe property

public static bool conditionBPOnly
return bool

conditionName public_oe static_oe property

public static string conditionName
return string

conditionType public_oe static_oe property

public static int conditionType
return int

conditionValue public_oe static_oe property

public static Primitive conditionValue
return Primitive

label public_oe static_oe property

public static string label
return string

onBreak public_oe static_oe property

public static bool onBreak
return bool

stackTrace public_oe static_oe property

public static StackTrace stackTrace
return StackTrace