Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8f3fd54be12f58754189aee71659abf3f7dd561a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.wst.jsdt.debug.core.launchingConnectors">
      <connector
            class="org.eclipse.wst.jsdt.debug.internal.chrome.connect.ChromeAttachingConnector"
            id="org.eclipse.wst.jsdt.debug.chrome.connector.attach">
      </connector>
   </extension>

</plugin>

Back to the top