Participants au point d'arrêt

Identificateur :
org.eclipse.wst.jsdt.debug.core.breakpointParticipants

Depuis la version :
1.0

Description :
Ce point d'extension permet aux consommateurs de fournir un participant au point d'arrêt qui sera consulté au moment de la décision d'interrompre le type de point d'arrêt auquel le participant est appliqué.

Marquage de configuration :

<!ELEMENT extension (participant)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT participant EMPTY>

<!ATTLIST participant

class CDATA #REQUIRED

kind  (function|line|script|*)

>

Le participant au point d'arrêt



Exemples :
L'exemple suivant est la définition réelle du participant Mozilla Rhino pour les points d'arrêt sur ligne.

<extension point="org.eclipse.wst.jsdt.debug.core.breakpointParticipants">
  <participant
     class="org.eclipse.wst.jsdt.debug.internal.rhino.breakpoints.RhinoBreakpointParticipant"
     kind="*">
  </participant>
</extension>

Informations sur l'API :
L'attribut class est requis et doit implémenter org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpointParticipant.

Implémentation fournie :
[Entrer les informations sur l'implémentation fournie de ce point d'extension.]


Copyright (c) 2010 IBM Corporation and others.
All rights reserved. Ce programme et les produits qui l'accompagnent sont ²distribués sous licence publique v1.0 d'Eclipse et disponibles à l'adresse suivante : http://www.eclipse.org/legal/epl-v10.html