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?

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

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