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)¿¡¼µµ °ü·Ã »çÇ×À» ÂüÁ¶ÇÒ ¼ö ÀÖ½À´Ï´Ù.