Áß´ÜÁ¡

ID: org.eclipse.debug.core.breakpoints

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

±¸¼º ¸¶Å©¾÷:

   <!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 IBM Corp. 2000, 2001. All Rights Reserved.