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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -