debugger tooltip - non-automatic mode
[fedora-idea.git] / resources_eng / src / messages / DebuggerBundle.properties
blobe8d9a5c04269577dfa82e3184ce3d5d0b1406196
1 evaluation.error.empty.code.fragment=Code fragment expected
2 evaluation.error.cannot.evaluate.tostring=Cannot evaluate {0}.toString()
3 evaluation.error.unsupported.expression.type=Unsupported expression type
4 internal.error.locations.of.line=Internal error loading debug information from ''{0}''.  Breakpoints will be unavailable in this class.
5 evaluation.error.inconsistent.debug.info=Debug information is inconsistent
6 evaluation.error.boolean.value.expected.in.condition='boolean' value expected in condition
7 evaluation.error.boolean.condition.expected=''boolean'' value expected in condition
8 evaluation.error.process.exited=Cannot evaluate: process exited
9 evaluation.error.stack.frame.unavailable=Stack frame unavailable
10 evaluation.error.nested.evaluation=Evaluation is not supported during another method''s evaluation
11 evaluation.error.sources.out.of.sync=Sources do not correspond to code being executed
12 evaluation.error.cannot.find.stackframe.source=Cannot find source class for current stack frame
13 evaluation.error.object.collected=Object has been collected
14 evaluation.error.thread.collected=Thread has been collected
15 evaluation.error.array.collected=Array has been collected
16 evaluation.error.thread.resumed=Thread has been resumed
17 evaluation.error.debug.info.unavailable=Debug info unavailable
18 evaluation.error.invalid.expression=Invalid expression : {0}
19 evaluation.error.unknown.expression.type=Expression type unknown: {0}
20 evaluation.error.unknown.expression.operand=Expression operand unknown: {0}
21 evaluation.error.type.mismatch=Type mismatch
22 evaluation.error.class.not.loaded=Class ''{0}'' is not loaded
23 evaluation.error.thread.not.at.breakpoint=Cannot evaluate: thread is not paused at breakpoint
24 evaluation.error.method.exception=Method threw ''{0}'' exception.
25 evaluation.error.surrounded.expression.null=Surrounded expression is null
26 title.customize.data.views=Customize Data Views
27 title.evaluating=Evaluating...
28 error.modification.watchpoints.not.supported=Target VM does not support modification watchpoints
29 error.native.method.exception=None of the frames through and including frame may be native
30 action.remove.watch.text={0,choice, 1#Remove Watch|2#Remove Watches}
31 progress.evaluating=Evaluating {0}
32 action.resume.thread.text.resume=Resume
33 action.resume.thread.text.unfreeze=Unfreeze
34 title.set.value=Set Value
35 warning.recalculate=The value will be recalculated
36 progress.set.value=Setting value...
37 action.add.field.watchpoint.text=Add Field Watchpoint
38 status.process.started=Process started
39 status.process.terminated=Process terminated
40 status.disconnected=Disconnected from the target VM, address: ''{0}'', transport: ''{1}''
41 status.stopped.at.cursor=Stopped at cursor
42 status.line.breakpoint.reached=Breakpoint reached at {0}({1}:{2,number,#})
43 export.threads.stackframe.format=at {0}({1}:{2,number,#})
44 status.generic.breakpoint.reached=Breakpoint reached
45 status.method.entry.breakpoint.reached=Method ''{0}'' entered at {1}({2}:{3,number,#})
46 status.method.exit.breakpoint.reached=Method breakpoint reached. Method ''{0}'' is about to exit at {1}({2}:{3,number,#})
47 status.exception.breakpoint.reached=Exception breakpoint reached
48 status.exception.breakpoint.reached.details=Exception  ''{0}'' in thread ''{1}''
49 status.field.watchpoint.reached=Field watchpoint reached
50 status.field.watchpoint.reached.access='{'{0}@{5}'}'.{1} will be accessed at {2}({3}:{4,number,#})
51 status.static.field.watchpoint.reached.access={0}.{1} will be accessed at {2}({3}:{4,number,#})
52 status.field.watchpoint.reached.modification='{'{0}@{7}'}'.{1} will be modified at {4}({5}:{6,number,#}). Current value = ''{2}''. New value = ''{3}''
53 status.static.field.watchpoint.reached.modification={0}.{1} will be modified at {4}({5}:{6,number,#}). Current value = ''{2}''. New value = ''{3}''
54 status.connected=Connected to the target VM, address: ''{0}'', transport: ''{1}''
55 status.connect.failed=Failed to establish connection to the target VM, address: ''{0}'', transport: ''{1}''
56 error.debugger.already.listening=Debugger is already listening
57 transport.name.shared.memory=shared memory
58 transport.name.socket=socket
59 error.debug.connector.not.found=Cannot connect using transport ''{0}'': required connector not found. Check your JDK installation.
60 error.no.debug.listen.port=The port to listen at unspecified
61 error.no.debug.attach.port=The port to attach to unspecified
62 error.no.shmem.address=Shared memory address unspecified
63 debugger.jdi.bootstrap.error={0}. Check your JDK installation.
64 warning.jdk140.unstable=The debuggee VM version is "1.4.0".\nJ2SDK 1.4.0 documented bugs may cause unstable debugger behavior.\nWe recommend using J2SDK 1.4.0_01 or higher.
65 title.jdk140.unstable=VM Version Warning
66 error.invalid.argument={0,choice, 1#Invalid argument|2#Invalid arguments} 
67 error.vm.disconnected=VM disconnected. Target virtual machine closed connection
68 error.unknown.host=Cannot connect to remote process, host is unknown
69 error.cannot.open.debugger.port=Unable to open debugger port
70 error.exception.while.connecting=Error connecting to remote process.\nException occurred: {0}\nException message: {1}
71 title.generic.debug.dialog=Debug
72 status.waiting.attach=Debugger is waiting for application to start; debug address: ''{0}''; transport: ''{1}''
73 status.listening=Listening to the connection, address: ''{0}'', transport: ''{1}''
74 status.connecting=Connecting to the target VM, address: ''{0}'', transport: ''{1}''
75 status.app.running=The application is running
76 status.debug.stopped=Debug stopped
77 status.waiting.evaluation.result=Waiting until last debugger command completes
78 status.step.out=Stepping out
79 status.step.into=Stepping into
80 status.step.over=Stepping over
81 status.run.to.cursor=Run to cursor
82 status.process.resumed=Process resumed
83 error.pop.bottom.stackframe=Cannot pop bottom frame
84 error.pop.stackframe=An error occurred while popping stack frame: {0}
85 error.class.not.loaded=Class not loaded : {0}
86 string.file.line.position=Class at {0}:{1}
87 string.null.context=null context
88 evaluation.error.array.reference.expected=Array reference expected
89 evaluation.error.invalid.index.expression=Invalid index expression
90 evaluation.error.not.rvalue=Right part of the assignment is not a value
91 evaluation.error.not.lvalue=Left part of the assignment is not lvalue
92 evaluation.error.incompatible.types=Incompatible types for ''{0}'' operation
93 evaluation.error.lebeled.loops.not.found=No loop statements labeled with label ''{0}''
94 evaluation.error.reference.type.expected=Reference type expected
95 evaluation.error.variable.not.declared=Variable ''{0}'' is not declared
96 evaluation.error.variable.already.declared=Variable ''{0}'' is already declared
97 evaluation.error.operation.not.supported=Operation ''{0}'' not supported
98 evaluation.error.statement.not.supported=Statement ''{0}'' not supported
99 evaluation.error.incompatible.variable.initializer.type=Initializer for ''{0}'' has incompatible type
100 evaluation.error.local.variable.missing.from.class.closure=Local variable ''{0}'' not found in class closure
101 evaluation.error.local.variable.missing=Cannot find local variable ''{0}''
102 evaluation.error.cannot.resolve.field.class=Cannot resolve class containing field ''{0}''
103 evaluation.error.cannot.sources.for.field.class=Cannot find sources for class containing field ''{0}''
104 evaluation.error.identifier.expected=Identifier expected instead of ''{0}''
105 evaluation.error.qualifier.type.unknown=Type is unknown for ''{0}''
106 evaluation.error.cannot.evaluate.qualifier=Cannot evaluate qualifier ''{0}''
107 evaluation.error.method.not.found=Method ''{0}'' not found
108 evaluation.error.cannot.resolve.class=Cannot resolve class ''{0}''
109 evaluation.error.invalid.array.dimension.expression=Invalid expression for array dimension: {0}
110 evaluation.error.multi.dimensional.arrays.creation.not.supported=Creation of multi-dimensional arrays not supported
111 evaluation.error.anonymous.class.evaluation.not.supported=Anonymous class evaluation is not supported
112 evaluation.error.no.static.field=No such static field: ''{0}''
113 evaluation.error.no.instance.field=No such instance field: ''{0}''
114 evaluation.error.class.or.array.expected=Class or array type expected while evaluating field ''{0}''
115 evaluation.error.evaluating.field=Error evaluating field : ''{0}''
116 evaluation.error.evaluating.method=Error evaluating method : ''{0}''
117 evaluation.error.object.reference.expected=Object reference expected
118 evaluation.error.no.stackframe=Cannot evaluate: stack frame unavailable
119 evaluation.error.no.static.method=No such static method: ''{0}''
120 evaluation.error.no.instance.method=No such instance method: ''{0}''
121 evaluation.error.array.type.expected=Array type expected
122 evaluation.error.array.dimention.numeric.value.expected=Numeric value expected as array dimension
123 evaluation.error.cannot.evaluate.array.initializer=Cannot evaluate array initializer
124 evaluation.error.incompatible.array.initializer.type=Initializer type is not assignment-compatible with array's component type
125 evaluation.error.invalid.array.size=Invalid array size
126 evaluation.error.cannot.initialize.array=Cannot initialize array
127 evaluation.error.cannot.evaluate.class.type=Cannot evaluate class type
128 evaluation.error.cannot.resolve.constructor=Cannot resolve constructor ''{0}''
129 evaluation.error.this.not.avalilable='this' is not avalilable
130 evaluation.error.cannot.cast.null=Cannot cast null to ''{0}''
131 evaluation.error.cannot.cast.numeric=Cannot cast numeric value to ''{0}''
132 evaluation.error.cannot.cast.boolean=Cannot cast boolean value to ''{0}''
133 evaluation.error.cannot.cast.char=Cannot cast char value to ''{0}''
134 evaluation.error.numeric.expected=Numeric value expected
135 evaluation.error.integer.expected=Integer value expected
136 evaluation.error.boolean.expected=Boolean value expected
137 status.invalid.breakpoint.out.of.class=Breakpoint does not belong to any class
138 error.invalid.breakpoint.source.changed=Source file changed or found source file does not correspond to the breakpoint''s file
139 error.invalid.breakpoint.source.not.found=The class {0}, found in the project classpath, has no associated source files
140 status.paused=Paused
141 status.thread.monitor=MONITOR
142 status.thread.not.started=NOT_STARTED
143 status.thread.running=RUNNING
144 status.thread.sleeping=SLEEPING
145 status.thread.unknown=UNKNOWN
146 status.thread.wait=WAIT
147 status.thread.zombie=ZOMBIE
148 status.thread.undefined=UNDEFINED
149 string.debugger.runner.description=Debug selected configuration
150 debugger.runner.start.action.text=&Debug
151 debugger.runner.vcs.label.debugging=Debugging {0}
152 debugger.runner.vcs.label.remote.debug=Starting remote debugging {0}
153 progress.hotswap.scanning.path=Scanning: {0}
154 progress.hotswap.scanning.classes=Scanning for classes to reload...
155 progress.hotswap.reloading=Reloading classes...
156 warning.hotswap.ignored.breakpoints=Breakpoints will be ignored for the obsolete version of the method
157 error.operation.canceled=Operation canceled
158 error.operation.not.supported.by.vm=Operation not supported by VM
159 error.class.def.not.found=Class definition not found : {0}
160 error.verification.error=Verification error : {0}
161 error.unsupported.class.version=Unsupported class version : {0}
162 error.class.format.error=Class format error : {0}
163 error.class.circularity.error=Class circularity error : {0}
164 error.exception.while.reloading=Exception while reloading classes : {0} : {1}
165 status.hotswap.loaded.classes.up.to.date=Loaded classes are up to date. Nothing to reload.
166 error.io.error=I/O error
167 status.classes.reloaded={0,number} {0,choice, 0#classes|1#class|2#classes} reloaded
168 error.cannot.create.void.value=Cannot create void value
169 warning.range.too.big=Range specified is too big. {0} needs too much resources to perform requested operation. Are you sure you want to continue?
170 title.range.too.big=Range is Too Big
171 label.array.renderer.configurable.start.index=Array sta&rt index:
172 label.array.renderer.configurable.end.index=en&d index:
173 label.array.renderer.configurable.max.count1=Show &maximum
174 label.array.renderer.configurable.max.count2=array elements
175 base.renderer.configurable.display.name=Data Views
176 label.base.renderer.configurable.autoscroll=Autoscroll to new &local variables
177 label.base.renderer.configurable.show.synthetic.fields=S&ynthetic fields
178 label.base.renderer.configurable.sort.alphabetically=Sort a&lphabetically
179 label.base.renderer.configurable.autoTooltip=Auto &tooltips for values
180 label.base.renderer.configurable.autoTooltip.description=If disabled, use "{0}" to show/hide tooltips
181 label.base.renderer.configurable.hide.null.array.elements=Hide &null array elements
182 label.base.renderer.configurable.show.static.fields=&Static fields
183 label.base.renderer.configurable.show.static.final.fields=Static &final fields
184 label.base.renderer.configurable.show.declared.type=Declared &type
185 label.base.renderer.configurable.show.object.id=Object &id
186 label.base.renderer.configurable.alternate.view=Enable alternative view for Coll&ections classes
187 label.base.renderer.configurable.enable.tostring=Enable 't&oString()' object view:
188 label.base.renderer.configurable.all.overridding=For all classes that override 'toString()' method
189 label.base.renderer.configurable.classes.from.list=For classes from the list:
190 label.compound.renderer.configurable.use.default.renderer=Use default renderer
191 label.compound.renderer.configurable.use.expression=Use following expression:
192 label.compound.renderer.configurable.use.expression.list=Use list of expressions:
193 label.compound.renderer.configurable.apply.to=Apply renderer to objects of type (fully-qualified name):
194 label.compound.renderer.configurable.when.rendering=When rendering the node
195 label.compound.renderer.configurable.when.expanding=When expanding the node
196 label.compound.renderer.configurable.test.can.expand=Test if the node can be expanded (optional):
197 title.compound.renderer.configurable.choose.renderer.reference.type=Renderer Reference Type
198 button.add=&Add
199 button.remove=&Remove
200 button.move.up=Move &Up
201 button.move.down=Move &Down
202 label.compound.renderer.configurable.table.header.name=Name
203 label.compound.renderer.configurable.table.header.expression=Expression
204 debugger.launching.configurable.display.name=Launching
205 debugger.hotswap.configurable.display.name=HotSwap
206 debugger.stepping.configurable.display.name=Stepping
207 label.debugger.launching.configurable.hide.window=Hide debug &window on process termination
208 label.debugger.hotswap.configurable.hotswap.background=Reload classes in &background
209 label.debugger.hotswap.configurable.compile.before.hotswap=Make project before reloading classes
210 label.debugger.general.configurable.tooltips.delay=Value tooltips &delay (ms):
211 label.debugger.hotswap.configurable.reload.classes=Reload classes after compilation:
212 label.debugger.hotswap.configurable.always=&Always
213 label.debugger.hotswap.configurable.never=&Never
214 label.debugger.hotswap.configurable.ask=As&k
215 label.debugger.general.configurable.group.launching=Launching
216 label.debugger.launching.configurable.force.classic.vm=Force Class&ic VM for JDK 1.3.x and earlier
217 label.debugger.launching.configurable.disable.jit=Disable JIT
218 label.debugger.launching.configurable.debugger.transport=Transport:
219 label.debugger.launching.configurable.socket=&Socket
220 label.debugger.launching.configurable.shmem=Shared &memory
221 label.debugger.general.configurable.skip.synthetic.methods=Ski&p synthetic methods
222 label.debugger.general.configurable.skip.constructors=Skip &constructors
223 label.debugger.general.configurable.skip.classloaders=Skip class l&oaders
224 label.debugger.general.configurable.skip.simple.getters=Skip simple &getters
225 label.debugger.general.configurable.step.filters.list.header=Do not step &into the classes
226 label.threads.view.configurable.show.source.file.name=Show source file name
227 label.threads.view.configurable.show.class.name=Show class name
228 label.threads.view.configurable.show.line.number=Show &line number
229 label.threads.view.configurable.current.thread.on.top=Move current thread to the top
230 label.threads.view.configurable.show.stack.frames.for.synthetic.methods=Show stack &frames for synthetic methods
231 label.threads.view.configurable.show.thread.groups=Show thread &groups
232 threads.view.configurable.display.name=Customize Threads View
233 user.renderers.configurable.display.name=Data Type Renderers
234 label.user.renderers.configurable.renderer.name=Renderer name:
235 button.copy=Copy
236 user.renderers.configurable.button.description.add=Add new renderer
237 user.renderers.configurable.button.description.remove=Remove selected renderer
238 user.renderers.configurable.button.description.copy=Copy selected renderer
239 user.renderers.configurable.button.description.move.up=Move renderer Up
240 user.renderers.configurable.button.description.move.down=Move renderer Down
241 label.complete.input.dialog.expression=Enter the expression
242 debugger.session.tab.threads.title=Threads
243 debugger.session.tab.log.content.name=Log: {0}
244 debugger.session.tab.watches.title.with.size=Watches ({0})
245 button.close.no.mnemonic=Close
246 button.evaluate=E&valuate
247 threads.export.dialog.title=Export Threads
248 button.save=Save
249 label.threads.export.dialog.file=Export to file:
250 error.threads.export.dialog.file.is.directory=The specified file is a directory.\nPlease specify a correct file name.
251 error.threads.export.dialog.file.already.exists=The file\n\''{0}''\nalready exists. Would you like to overwrite it?
252 threads.export.attribute.label.daemon=daemon
253 threads.export.attribute.label.group=in group ''{0}''
254 threads.export.attribute.label.status=status: ''{0}''
255 threads.export.attribute.label.priority=prio={0}
256 threads.export.attribute.label.blocks.thread=blocks {0}
257 threads.export.attribute.label.waiting.for.thread=waiting for {0}
258 threads.export.attribute.error.incompatible.state=Incompatible thread state: thread not suspended
259 export.dialog.copy.action.description=&Copy text to clipboard
260 evaluate.expression.dialog.title=Expression Evaluation
261 label.evaluate.dialog.language=Language:
262 label.evaluate.dialog.expression=&Expression:
263 label.evaluate.dialog.result=&Result:
264 action.evaluate.expression.dialog.switch.mode.description=Code Fragment &Mode
265 label.generic.debugger.parameters.patcher.configurable.shmem=Shared &memory
266 label.generic.debugger.parameters.patcher.configurable.socket=&Socket
267 button.debugger.settings=Debugger Settings...
268 label.generic.debugger.parameters.patcher.configurable.transport=Transport:
269 label.generic.debugger.parameters.patcher.configurable.shmem.address=Shared memory adress:
270 get.jpda.dialog.title=JPDA Libraries Missing
271 label.get.jpda.dialog.prompt=To get JPDA libraries please visit
272 label.get.jpda.dialog.error.description=Cannot start debugger: debug libraries are missig from JDK home
273 progress.hot.swap.title=Hot Swap
274 status.hot.swap.completed.with.errors=Hot Swap completed with errors
275 status.hot.swap.completed.with.warnings=Hot Swap completed with warnings
276 label.generic.debugger.parameters.patcher.configurable.port=Port:
277 status.hotswap.uptodate=Loaded classes are up to date. Nothing to reload.
278 add.instance.filter.dialog.title=Add Instance Filter
279 add.instance.filter.dialog.prompt=Enter instance ID:
280 add.instance.filter.dialog.error.numeric.value.expected=Instance ID should be a numeric value of type 'long'
281 position.highlighter.stripe.tooltip=Execution line
282 hotswap.dialog.title.with.session=Reload Changed Classes for {0}
283 hotswap.dialog.title=Reload Changed Classes
284 hotswap.dialog.run.prompt=Some classes have been changed. Reload changed classes now?
285 evaluate.statement.dialog.title=Code Fragment Evaluation
286 label.evaluation.dialog.statements=Statements to &evaluate:
287 action.evaluate.statement.dialog.switch.mode.description=Expression &Mode
288 label.add.field.breakpoint.dialog.fq.name=Fully qualified name of a class:
289 label.add.field.breakpoint.dialog.field.name=Field name:
290 add.field.breakpoint.dialog.title=Add Field Watchpoint
291 add.field.breakpoint.dialog.classchooser.title=Choose Field's class
292 add.field.breakpoint.dialog.field.chooser.title={0,choice, 0#Class has no fields|1#Select Field}
293 breakpoint.any.exception.display.name=Any exception
294 breakpoint.log.message=\"reached {0}\"
295 action.enable.text=Enable
296 action.disable.text=Disable
297 breakpoint.manager.action.view.breakpoints.text=Properties
298 action.remove.text=Remove
299 value.none=<None>
300 breakpoint.table.header.column.enabled=Enabled
301 breakpoint.table.header.column.name=Name
302 default.package.name=<Default>
303 class.filters.dialog.title=Class Filters
304 class.filters.dialog.inclusion.filters.group=Class Filters
305 class.filters.dialog.exclusion.filters.group=Class Exclusion Filters
306 instance.filters.dialog.title=Instance Filters
307 instance.filters.dialog.instance.filters.group=Instance Filters
308 breakpoint.exception.breakpoint.display.name=Exception breakpoint, class ''{0}''
309 exception.breakpoints.tab.title=Exception Breakpoints
310 field.watchpoints.tab.title=Field Watchpoints
311 line.breakpoints.tab.title=Line Breakpoints
312 method.breakpoints.tab.title=Method Breakpoints
313 title.error.evaluating.breakpoint.condition=Breakpoint Condition Error
314 title.error.evaluating.breakpoint.action=Breakpoint Action Error
315 error.evaluating.breakpoint.condition.or.action=Problem processing VM event:\nBreakpoint: ''{0}''\nError: {1}\nWould you like to stop at the breakpoint?
316 error.unable.to.evaluate.expression=unable to evaluate the expression
317 breakpoint.properties.panel.option.pass.count=&Pass count:
318 breakpoint.properties.panel.option.class.filters=C&lass filters
319 breakpoint.properties.panel.option.instance.filters=&Instance filters
320 breakpoint.properties.panel.option.condition=Co&ndition:
321 breakpoint.properties.panel.option.suspend.all=All
322 breakpoint.properties.panel.option.suspend.none=None
323 breakpoint.properties.panel.option.suspend.thread=Thread
324 breakpoint.properties.panel.option.log.expression=Log evaluated &expression
325 breakpoint.properties.panel.option.depends.on=Depends on:
326 breakpoint.properties.panel.option.log.message=Log &message to console
327 breakpoint.warning=Warning : {0}
328 breakpoint.property.name.suspend.policy=Suspend
329 breakpoint.property.name.log.message=Log message
330 breakpoint.property.name.log.expression=Log expression
331 breakpoint.property.name.condition=Condition
332 breakpoint.property.name.pass.count=Pass count
333 breakpoint.property.name.class.filters=Class filters
334 breakpoint.property.name.instance.filters=Instance filters:
335 breakpoint.tooltip.text=Breakpoint at line {0}
336 error.absent.exception.breakpoint.class.name=No class name for exception breakpoint
337 exception.breakpoint.console.message.with.thread.info=Exception ''{0}'' occurred in thread ''{1}'' at {2}({3}:{4,number,#})
338 exception.breakpoint.console.message=Exception ''{0}'' occurred at {1}({2}:{3,number,#})
339 add.exception.breakpoint.classchooser.title=Enter Exception Class
340 label.exception.breakpoint.properties.panel.caught.exception=Caught exceptio&n
341 label.exception.breakpoint.properties.panel.uncaught.exception=Uncaught excepti&on
342 label.exception.breakpoint.properties.panel.group.notifications=Notifications
343 error.invalid.breakpoint.missing.field.in.class=Cannot find field ''{0}'' in  class ''{1}''
344 status.breakpoint.invalid=INVALID
345 error.field.breakpoint.class.name.not.specified=Cannot add watchpoint: a class name is not specified
346 error.field.breakpoint.field.name.not.specified=Cannot add watchpoint: a field name is not specified
347 error.field.breakpoint.field.not.found=Cannot create a field watchpoint for ''{0}.{1}''.\nField ''{2}'' not found
348 error.field.breakpoint.class.sources.not.found=Cannot create a field watchpoint for ''{0}.{1}''.\nNo sources for class ''{2}''
349 label.filed.breakpoint.properties.panel.field.access=Field acce&ss
350 label.filed.breakpoint.properties.panel.field.modification=Field &modification
351 label.group.watch.events=Watch
352 error.failed.evaluating.breakpoint.condition=Failed to evaluate breakpoint condition\n''{0}''\nReason: {1}
353 error.invalid.breakpoint.no.executable.code=No executable code found at line {0} in class {1}
354 error.invalid.breakpoint.bad.line.number=Line number is invalid
355 line.breakpoint.display.name=Line {0}
356 line.breakpoint.display.name.with.class.or.method=Line {0} in {1}
357 error.invalid.breakpoint.method.not.found=Method not found in class {0}
358 label.method.breakpoint.properties.panel.method.entry=Method entr&y
359 label.method.breakpoint.properties.panel.method.exit=Method e&xit
360 button.switch.view=S&witch View
361 button.list.view=List View
362 button.tree.view=Tree View
363 button.flatten.packages=&Flatten packages
364 button.group.by.classes=Group by cl&asses
365 button.group.by.methods=Group by me&thods
366 error.cannot.build.node.children.object.collected=Cannot evaluate descendants, object was collected. {0}
367 error.invalid.field.name=Invalid field name ''{0}''
368 label.unknown.value=<unknown>
369 message.node.debug.info.not.available=Debug info not available
370 message.node.local.variables.debug.info.not.available=Local variables debug info not available
371 message.node.all.array.elements.null=All elements in visible range are null
372 message.node.all.elements.null=All elements are null
373 message.node.empty.array=Empty
374 message.node.class.has.no.fields=Class has no fields
375 message.node.object.collected=Object has been garbage collected during method invocation
376 message.node.thread.running=Thread is running
377 message.node.thread.has.no.frames=Thread has no frames
378 message.node.evaluation.not.possible=Target VM is not paused by breakpoint request. Evaluation of methods is not possible in this mode 
379 label.thread.node.thread.collected=Thread ''{0}'' has been garbage-collected
380 label.thread.node=\"{0}\"@{1}: {2}
381 label.thread.node.in.group=\"{0}\"@{1} in group \"{3}\": {2}
382 label.thread.group.node.group.collected=Thread Group \"{0}\" has been garbage-collected
383 label.thread.group.node=Thread Group \"{0}\"@{1}
384 evaluation.error.objref.expected=Object reference expected instead of{0}
385 evaluation.error.invalid.type.name=Invalid type name: ''{0}''
386 label.undefined=undefined
387 label.node.descendands.expression=Node &descendands expression:
388 node.has.descendands.expression.optional='Node &has descendands' expression (optional):
389 label.class.label.expression.configurable.node.label=Node label expression
390 label.named.children.configurable.node.descendants=Node de&scendants:
391 label.named.children.configurable.table.header.column.name=Name
392 label.named.children.configurable.table.header.column.expression=Expression
393 error.running.to.cursor.no.executable.code=There is no executable code at {0}:{1}
394 evaluation.error.local.variable.declarations.not.supported=Local variable declarations are not supported here.
395 evaluation.error.unsupported.declaration=Invalid declaration : {0} Only local variable declarations are supported.
396 error.jdk.not.specified=JDK is not specified
397 error.unsupported.jdk.version=Debugging is not supported for JDK {0}
398 error.invalid.jdk.home=Invalid JDK home directory specified.{0}
399 error.debug.libraries.missing=Debug libraries are missig from JDK home.nIn order for debugger to start, the libraries should be installed.nPlease visit http://java.sun.com/products/jpda
400 error.field.not.found.in.class=No such field {0} in {1}
401 error.breakpoint.file.not.found=File ''{0}'' not found; breakpoints for this file will be ignored
402 error.cannot.load.breakpoint.file=Cannot load file ''{0}''; breakpoints for this file will be ignored
403 evaluation.error.invalid.this.expression=Cannot substitute ''{0}'' into ''{1}'' as ''this''
404 error.invalid.type.name=Invalid type name ''{0}''
405 error.cannot.create.expression.from.code.fragment=Cannot create expression from code fragment.
406 error.invalid.local.variable.name=Invalid local variable name ''{0}''
407 error.inconsistent.debug.info=Inconsistent debug information
408 error.invalid.stackframe=Internal exception - invalid stackframe
409 label.breakpoint.properties.panel.group.conditions=Conditions
410 label.breakpoint.properties.panel.group.actions=Actions
411 label.breakpoint.properties.panel.group.suspend.policy=Suspend policy
412 active.tooltip.title=Evaluation of {0}
413 active.tooltip.suggestion=Press Alt Click to view object tree
414 error.text.invalid.port.0=Invalid port: ''{0}''
415 error.cannot.invoke.method.in.collected.thread=Cannot invoke method: the invocation thread has been collected
416 title.smart.step.popup=Method to Step Into
417 action.show.watches.description=Shows or hides 'watches' pane
418 action.show.watches.text.hide=Hide Watches
419 action.show.watches.text.show=Show Watches
420 action.watch.method.return.value.description=Enables watching last executed method return value
421 action.watches.method.return.value.enable=Watch method return values
422 action.watches.method.return.value.disable=Stop watching method return values
423 action.watches.method.return.value.unavailable.reason=Feature is not supported by the target VM
424 action.maximizeContent.text
425 breakpoint.properties.panel.option.depends.disable.again=Disable again
426 breakpoint.properties.panel.option.depends.leave.enabled=Leave enabled
427 breakpoint.properties.panel.option.dependency.type.lable=After breakpoint was hit:
428 watchs.add.text=Add to watches
429 breakpoint.properties.panel.option.suspend.default=Make De&fault
430 frame.panel.frames.not.available=Frames not available for unsuspended thread
431 error.corrupt.debug.info=Debug info might be corrupt: {0}
432 action.kill.process.text=Kill Process
433 action.kill.process.description=Forcibly terminate debugged application
434 diff.clipboard.vs.value.dialog.title=Clipboard vs Selected Value
435 diff.content.selected.value=Selected Value
436 evaluation.error.unknown.method.return.type=Cannot resolve method return type: {0}