ID: org.eclipse.debug.core.breakpoints
¼³¸í: ÀÌ È®ÀåÁ¡Àº »õ À¯ÇüÀÇ Áß´ÜÁ¡À» Á¤ÀÇÇÏ´Â ¸ÞÄ¿´ÏÁòÀ» Á¦°øÇÕ´Ï´Ù.
±¸¼º ¸¶Å©¾÷:
<!ATTLIST breakpoint
id CDATA #REQUIRED
markerType CDATA #REQUIRED
class CDATA #REQUIRED>
id
´Â ÀÌ Áß´ÜÁ¡ À¯ÇüÀÇ °íÀ¯ ID¸¦ ÁöÁ¤ÇÕ´Ï´Ù.markerType
Àº ÀÌ À¯ÇüÀÇ Áß´ÜÁ¡¿¡ ´ëÀÀÇÏ´Â ¸¶Ä¿ Á¤ÀÇÀÇ ¿ÏÀüÇÑ
ID¸¦ ÁöÁ¤ÇÕ´Ï´Ù.class
´Â IBreakpoint
¸¦ ±¸ÇöÇÏ´Â Java Ŭ·¡½ºÀÇ
¿ÏÀüÇÑ À̸§À» ÁöÁ¤ÇÕ´Ï´Ù.¿¹:
´ÙÀ½Àº Áß´ÜÁ¡ È®ÀåÁ¡ÀÇ ¿¹Á¦ÀÔ´Ï´Ù.
<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 Ŭ·¡½ºÀÇ ¿ÏÀüÇÑ À̸§À̾î¾ß ÇÕ´Ï´Ù.