C# 클래스 LitDev.FormDebug

파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
conditionBPOnly bool
conditionName string
conditionType int
conditionValue Primitive
label string
onBreak bool
stackTrace StackTrace

공개 메소드들

메소드 설명
FormDebug ( ) : System
Pause ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FormDebug() 공개 메소드

public FormDebug ( ) : System
리턴 System

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

프로퍼티 상세

conditionBPOnly 공개적으로 정적으로 프로퍼티

public static bool conditionBPOnly
리턴 bool

conditionName 공개적으로 정적으로 프로퍼티

public static string conditionName
리턴 string

conditionType 공개적으로 정적으로 프로퍼티

public static int conditionType
리턴 int

conditionValue 공개적으로 정적으로 프로퍼티

public static Primitive conditionValue
리턴 Primitive

label 공개적으로 정적으로 프로퍼티

public static string label
리턴 string

onBreak 공개적으로 정적으로 프로퍼티

public static bool onBreak
리턴 bool

stackTrace 공개적으로 정적으로 프로퍼티

public static StackTrace stackTrace
리턴 StackTrace