blob: 3a0886208dd1a0291c0c2eb4189bf581405ce33c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?><!--
Copyright (c) 2009, 2011 Sierra Wireless and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Sierra Wireless - initial API and implementation
-->
<plugin>
<extension
point="org.eclipse.debug.core.launchConfigurationTypes">
<launchConfigurationType
delegate="org.eclipse.ldt.debug.core.internal.attach.LuaAttachLaunchConfigurationDelegate"
id="org.eclipse.ldt.debug.core.luaattachdebug"
modes="debug"
name="%RemoteLuaLaunchConfigurationType.name"
sourceLocatorId="org.eclipse.ldt.debug.core.SourceLookup"
sourcePathComputerId="org.eclipse.ldt.debug.core.LuaAttachSourcePathComputer">
</launchConfigurationType>
<launchConfigurationType
delegate="org.eclipse.ldt.debug.core.internal.local.LuaLaunchConfigurationDelegate"
id="org.eclipse.ldt.debug.core.lualocaldebug"
modes="run, debug"
name="%LocalLuaLaunchConfigurationType.name"
sourceLocatorId="org.eclipse.ldt.debug.core.SourceLookup"
sourcePathComputerId="org.eclipse.ldt.debug.core.LuaLocalSourcePathComputer">
</launchConfigurationType>
</extension>
<extension
point="org.eclipse.dltk.debug.scriptDebugModel">
<debugModel
debugModelId="org.eclipse.ldt.nature.debugModel"
natureId="org.eclipse.ldt.nature"
typeFactory="org.eclipse.ldt.debug.core.internal.LuaTypeFactory"
variableNameComparator="org.eclipse.ldt.debug.core.internal.LuaVariableComparator">
</debugModel>
</extension>
<extension point="org.eclipse.core.runtime.preferences">
<initializer
class="org.eclipse.ldt.debug.core.internal.LuaDebugPreferenceInitializer"/>
</extension>
<extension
point="org.eclipse.debug.core.sourceLocators">
<sourceLocator
class="org.eclipse.ldt.debug.core.internal.LuaSourceLookupDirector"
id="org.eclipse.ldt.debug.core.SourceLookup"
name="%LuaSourceLocator.name" />
</extension>
<extension
point="org.eclipse.debug.core.sourcePathComputers">
<sourcePathComputer
class="org.eclipse.ldt.debug.core.internal.local.LuaLocalSourcePathComputer"
id="org.eclipse.ldt.debug.core.LuaLocalSourcePathComputer">
</sourcePathComputer>
</extension>
<extension
point="org.eclipse.debug.core.sourcePathComputers">
<sourcePathComputer
class="org.eclipse.ldt.debug.core.internal.attach.LuaAttachSourcePathComputer"
id="org.eclipse.ldt.debug.core.LuaAttachSourcePathComputer"/>
</extension>
<extension
point="org.eclipse.debug.core.watchExpressionDelegates">
<watchExpressionDelegate
debugModel="org.eclipse.ldt.nature.debugModel"
delegateClass="org.eclipse.dltk.internal.debug.core.model.ScriptWatchExpressionDelegate">
</watchExpressionDelegate>
</extension>
<extension
point="org.eclipse.dltk.launching.interpreterInstallTypes">
<interpreterInstallType
class="org.eclipse.ldt.debug.core.internal.interpreter.generic.LuaGenericInterpreterInstallType"
id="org.eclipse.ldt.debug.core.LuaGenericInterpreterInstallType">
</interpreterInstallType>
<interpreterInstallType
class="org.eclipse.ldt.debug.core.internal.interpreter.luajit.LuaJITInterpreterInstallType"
id="org.eclipse.ldt.debug.core.LuaJITInterpreterInstallType">
</interpreterInstallType>
</extension>
<extension
point="org.eclipse.emf.ecore.generated_package">
<package
class="org.eclipse.ldt.debug.core.internal.model.interpreter.InterpreterPackage"
uri="http://eclipse.org/ldt">
</package>
</extension>
</plugin>