IDebugModelProvider
어댑터 또는 지정된 디버그 모델 ID가 있는 스택 프레임을 제공하는 디버그 보기의 요소가 선택될 때 지정된 ID가 있는 컨텍스트는 사용 가능합니다.
<!ELEMENT extension (modelContextBinding*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT modelContextBinding EMPTY>
<!ATTLIST modelContextBinding
debugModelId CDATA #REQUIRED
contextId CDATA #REQUIRED>
위의 예제에서 "com.example.myLanguageDebugModel"의 디버그 모델 ID가 있는 스택 프레임이 선택될 때 "com.example.myLanguage.debugging" ID가 있는 컨텍스트는 사용 가능합니다.<extension point=
"org.eclipse.debug.ui.debugModelContextBindings"
>
<modelContextBinding contextId=
"com.example.myLanguage.debugging"
debugModelId=
"com.example.myLanguageDebugModel"
>
</modelContextBinding>
</extension>
Copyright (c) 2004, 2005 IBM Corporation and others.
All rights reserved. 본 프로그램 및 본 프로그램에 동봉되는 자료는 본 배포물에 동봉되는 Eclipse Public License v1.0의 조항에 따라 사용해야 하며
웹 사이트(http://www.eclipse.org/legal/epl-v10.html)에서도 관련 사항을 참조할 수 있습니다.