Áß´ÜÁ¡

ID: org.eclipse.debug.core.breakpoints

¼³¸í: ÀÌ È®ÀåÁ¡Àº »õ À¯ÇüÀÇ Áß´ÜÁ¡À» Á¤ÀÇÇÏ´Â ¸ÞÄ¿´ÏÁòÀ» Á¤ÀÇÇÕ´Ï´Ù.

±¸¼º ¸¶Å©¾÷:

   <!ELEMENT extension (breakpoint*)>

   <!ATTLIST extension
     point CDATA #REQUIRED
     id    CDATA #IMPLIED
     name  CDATA #IMPLIED
   >

   <!ELEMENT breakpoint EMPTY>

   <!ATTLIST breakpoint
     id         CDATA #REQUIRED
     markerType CDATA #REQUIRED
     class      CDATA #REQUIRED
   >

¿¹Á¦: ´ÙÀ½Àº ½ÇÇà ±¸¼º À¯Çü È®ÀåÁ¡ÀÇ ¿¹Á¦ÀÔ´Ï´Ù.

 <extension point="org.eclipse.debug.core.breakpoints">
  <breakpoint
   id="com.example.ExampleBreakpoint"
   markerType="com.example.ExampleBreakpointMarker"
   class="com.example.ExampleBreakpointImpl">
  </breakpoint>
 </extension>

À§ÀÇ ¿¹Á¦¿¡¼­ ÁöÁ¤µÈ À¯ÇüÀÇ Áß´ÜÁ¡Àº "com.example.BreakpointImpl" Ŭ·¡½º¿¡¼­ ±¸ÇöµË´Ï´Ù. ÀÌ Áß´ÜÁ¡ÀÇ ¼Ó¼ºÀ» Á¤ÀÇÇÏ´Â "com.example.ExampleBreakpointMarker"¿¡ ´ëÇÑ ¿¬°üµÈ ¸¶Ä¿ Á¤Àǰ¡ ÀÖ½À´Ï´Ù.

API Á¤º¸: class ¼Ó¼ºÀÇ °ªÀº org.eclipse.debug.core.model.IBreakpoint ÀÎÅÍÆäÀ̽º¸¦ ±¸ÇöÇÏ´Â Java Ŭ·¡½ºÀÇ ¿ÏÀüÇÑ À̸§À̾î¾ß ÇÕ´Ï´Ù.

Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.