Friday, 15 April 2011

java - Can the eclipse debugging id be used for referencing an object in the Display view? -



java - Can the eclipse debugging id be used for referencing an object in the Display view? -

when debugging java applications phone call methods on object contained in complex construction (like getting sec element of iterator on object in hashmap). while manually folding out in display view possible cumbersome.

it quite easy inspect view find internal debugging id of object want examine, , therefor wondering if can used reference object directly? perhaps like: ($2235).mymethod().

is functionality available in eclipse?

you can implement tostring() method of objects human friendly view.

however, existing objects hashmap, have unfold internal structure.

java eclipse debugging

No comments:

Post a Comment