summaryrefslogtreecommitdiff
path: root/resources-en/src/messages/DebuggerBundle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'resources-en/src/messages/DebuggerBundle.properties')
-rw-r--r--resources-en/src/messages/DebuggerBundle.properties13
1 files changed, 12 insertions, 1 deletions
diff --git a/resources-en/src/messages/DebuggerBundle.properties b/resources-en/src/messages/DebuggerBundle.properties
index ac623acc1fbe..5168323e961a 100644
--- a/resources-en/src/messages/DebuggerBundle.properties
+++ b/resources-en/src/messages/DebuggerBundle.properties
@@ -27,6 +27,10 @@ title.customize.data.views=Customize Data Views
title.evaluating=Evaluating...
error.modification.watchpoints.not.supported=Target VM does not support modification watchpoints
error.native.method.exception=None of the frames through and including frame may be native
+error.executing.finally=Error while executing finally blocks: {0}
+warning.finally.block.detected=Non-empty finally blocks detected:
+button.drop.anyway=Drop frame anyway
+button.execute.finally=Execute finally blocks and drop frame
action.remove.watch.text={0,choice, 1#Remove Watch|2#Remove Watches}
progress.evaluating=Evaluating {0}
action.resume.thread.text.resume=Resume
@@ -110,6 +114,8 @@ evaluation.error.cannot.resolve.class=Cannot resolve class ''{0}''
evaluation.error.invalid.array.dimension.expression=Invalid expression for array dimension: {0}
evaluation.error.multi.dimensional.arrays.creation.not.supported=Creation of multi-dimensional arrays not supported
evaluation.error.anonymous.class.evaluation.not.supported=Anonymous class evaluation is not supported
+evaluation.error.lambda.evaluation.not.supported=Lambdas evaluation is not supported
+evaluation.error.method.reference.evaluation.not.supported=Method reference evaluation is not supported
evaluation.error.no.static.field=No such static field: ''{0}''
evaluation.error.no.instance.field=No such instance field: ''{0}''
evaluation.error.class.or.array.expected=Class or array type expected while evaluating field ''{0}''
@@ -221,6 +227,10 @@ label.debugger.general.configurable.skip.constructors=Skip &constructors
label.debugger.general.configurable.skip.classLoaders=Skip class l&oaders
label.debugger.general.configurable.skip.simple.getters=Skip simple &getters
label.debugger.general.configurable.step.filters.list.header=Do not step &into the classes
+label.debugger.general.configurable.evaluate.finally.on.pop=Evaluate finally blocks on pop frame:
+label.debugger.general.configurable.evaluate.finally.always=&Always
+label.debugger.general.configurable.evaluate.finally.never=N&ever
+label.debugger.general.configurable.evaluate.finally.ask=As&k
label.threads.view.configurable.show.source.file.name=Show source file name
label.threads.view.configurable.show.class.name=Show class name
label.threads.view.configurable.show.line.number=Show &line number
@@ -438,4 +448,5 @@ action.kill.process.text=Kill Process
action.kill.process.description=Forcibly terminate debugged application
evaluation.error.unknown.method.return.type=Cannot resolve method return type: {0}
rule.name.group.by.class=Group by class
-rule.name.group.by.package=Group by package \ No newline at end of file
+rule.name.group.by.package=Group by package
+error.context.has.changed=Context has changed, operation is not possible \ No newline at end of file