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
구현

생성자

DebuggerService(EditingContext)

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

속성

CurrentContext

소스 파일 내에서 현재 실행 범위를 가져오거나 설정합니다.

CurrentLocation

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

HideSourceFileName

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

IsDebugging

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

SelectedLocation

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

메서드

DeleteBreakpoint(SourceLocation)

소스 파일의 해당 위치에서 중단점을 삭제합니다.

EnsureVisible(SourceLocation)

디버거 서비스가 표시되도록 합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

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

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

GetExactLocation(SourceLocation)

serialize된 XAML 형식에서 활동의 시작 및 끝 줄 번호를 바탕으로 정확한 소스 파일 위치를 반환합니다.

GetHashCode()

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

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

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

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

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

MemberwiseClone()

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

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

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

ToString()

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

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

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

UpdateSourceLocations(Dictionary<Object,SourceLocation>)

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

적용 대상