DebuggerService 클래스

정의

디버깅 프로세스에 대한 중단점의 배치를 관리합니다.

public ref class DebuggerService : System::Activities::Presentation::Debug::IDesignerDebugView
public class DebuggerService : System.Activities.Presentation.Debug.IDesignerDebugView
type DebuggerService = class
    interface IDesignerDebugView
Public Class DebuggerService
Implements IDesignerDebugView
상속
DebuggerService
구현

생성자

Name Description
DebuggerService(EditingContext)

지정된 편집 컨텍스트를 DebuggerService 사용하여 클래스의 새 인스턴스를 만듭니다.

속성

Name Description
CurrentContext

원본 파일의 현재 실행 범위를 가져오거나 설정합니다.

CurrentLocation

현재 실행 위치를 가져오거나 설정합니다.

HideSourceFileName

뷰어의 원본 파일 이름이 숨겨져 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

IsDebugging

디버깅이 현재 상태인지 여부를 나타내는 값을 가져오거나 설정합니다.

SelectedLocation

디자이너에서 현재 선택한 위치를 가져옵니다.

메서드

Name Description
DeleteBreakpoint(SourceLocation)

원본 파일의 위치에서 중단점을 삭제합니다.

EnsureVisible(SourceLocation)

디버거 서비스가 표시되는지 확인합니다.

Equals(Object)

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetBreakpointLocations()

최신 중단점 위치 목록을 반환합니다.

GetExactLocation(SourceLocation)

직렬화된 XAML 형식의 작업의 시작 및 끝 줄 번호를 기반으로 정확한 소스 파일 위치를 반환합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
InsertBreakpoint(SourceLocation, BreakpointTypes)

지정된 위치에 지정된 형식의 새 중단점을 삽입합니다.

MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ResetBreakpoints()

중단점을 재설정하고 중단점 새로 고침을 준비합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
UpdateBreakpoint(SourceLocation, BreakpointTypes)

지정된 중단점의 모양을 업데이트하여 지정된 형식을 표시합니다.

UpdateSourceLocations(Dictionary<Object,SourceLocation>)

SourceLocationMapping에서 모델 항목 및 중단점의 새 매핑을 수집합니다.

적용 대상