Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'development/org.eclipse.wst.jsdt.debug.chrome/plugin.xml')
-rw-r--r--development/org.eclipse.wst.jsdt.debug.chrome/plugin.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/org.eclipse.wst.jsdt.debug.chrome/plugin.xml b/development/org.eclipse.wst.jsdt.debug.chrome/plugin.xml
new file mode 100644
index 0000000..8f3fd54
--- /dev/null
+++ b/development/org.eclipse.wst.jsdt.debug.chrome/plugin.xml
@@ -0,0 +1,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