|  | ############################################################################### | 
|  | # Copyright (c) 2005, 2007 IBM Corporation 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 | 
|  | # | 
|  |  | 
|  | ############################################################################### | 
|  |  | 
|  | pluginProvider=Eclipse DLTK | 
|  | pluginName=Dynamic Languages Toolkit JavaScript/JDT debugging engine | 
|  |  | 
|  | PreferencePage.name = JavaScript/JDT | 
|  | PropertyPage.name = JavaScript/JDT | 
|  |  | 
|  | DebuggingEngine.name = JavaScript/JDT debugging engine | 
|  | DebuggingEngine.description = JavaScript/JDT debugging engine | 
|  |  | 
|  | suspendOnMethodEntry.name = Suspend on Method Entry | 
|  | suspendOnMethodEntry.description = Suspends execution of debugger on every method entry | 
|  | suspendOnMethodEntry.tooltip = Suspends execution of debugger on every method entry | 
|  |  | 
|  | suspendOnMethodExit.name = Suspend on Method Exit | 
|  | suspendOnMethodExit.description = Suspends execution of debugger on every method exit | 
|  | suspendOnMethodExit.tooltip = Suspends execution of debugger on every method exit | 
|  |  | 
|  | suspendOnException.name = Suspend on Exception | 
|  | suspendOnException.description = Suspends execution of debugger when an Exception happens | 
|  | suspendOnException.tooltip = Suspends execution of debugger when an Exception happens | 
|  |  | 
|  | jsjdtDebuggerMenu.label = JavaScript/JDT debugger |