blob: 408752ad4dd70c0fa0f3b35dddb1a7597d51e6fc [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.
#manifest's description entries
OpenIDE-Module-Name=JPDA Debugger
OpenIDE-Module-Display-Category=Debugging
OpenIDE-Module-Short-Description=Enables debugging with the JPDA debugger implementation.
OpenIDE-Module-Long-Description=Enables debugging with the JPDA debugger implementation.
CTL_Localhost=localhost
CTL_Listening=listening
SingleThreadedStepBlocked=The step has not been completed yet, it might be blocked by other suspended threads. \
\nWould you like to resume all other threads?
RememberDecision=Remember this decision for the rest of the debugging session.
MSG_NoCurrentContextStackFrame=No current context (stack frame)
MSG_NoCurrentContext=No current context
MSG_CanNotEvaluateInContextOfNull=Can not evaluate ''{0}'' on a null value.
JDWPError502=Trying to invoke a method while previous invocation was not complete. Please restart both debugger and debugged application to be able to invoke methods.