blob: c3e5cbd270ac00fd19ba71045ad1a0cdc36be192 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#module descriptions
OpenIDE-Module-Name=JPDA Debugger Ant Task
OpenIDE-Module-Display-Category=Debugging
OpenIDE-Module-Short-Description=Lets you use the NetBeans JPDA debugger from Ant.
OpenIDE-Module-Long-Description=\
Defines two Ant tasks which may be placed in an Ant script: <nbjpdaconnect> \
and <nbjpdastart>. Both tasks can only be run inside the NetBeans IDE. When \
run the <nbjpdaconnect> task will ask the NetBeans JPDA debugger to \
attach to a remote process. The effect is similar to the \
Debug -> Start Session -> Attach... menu item. \
You would typically use it inside <parallel> to start the remote process \
and attach to it. The <nbjpdastart> on the other hand will start \
NetBeans JPDA debugger in server listening mode and target process can \
then connect to it.
MSG_StoppedOnCompileError=Debugger stopped on uncompilable source code.