eclipse - Access debug variables from within the code -


it's debugging in eclipse, while debugging, can see variables window containing variable names , values, how can access variables , values within code or (expression) window?

for example can write this:

print cash.dbname 

or

x=cr.in_max 

or

s = _pool._serialized 

(see picture)

there's complex tree of variables, can access variable tree reaching branches , leaves?

enter image description here

open display view; there can enter code snippets execute within current stack frame selected in debug view. code completion works, too.

enter image description here

you can select part or of contents of display view, right-click, , choose display, inspect, or execute it. powerful exploring application state when debugging.

see eclipse page display view.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -