On Aug 12, 11:26 am, hefaeche <[email protected]> wrote:
> How can I see this? Thanks
If you use Netbeans 6.7.1 (it should be more or less the same for
other versions of Netbeans):
1 - put a break mark before the lines String str = ... and
str.concat...
2 - in Preferences Java Debugger, make it so that only Do not step
into synthetic methods be checked and none of java.lang.String... be
checked.
3 - Debug your application stepping into at each step
You will see the construction of the strings, to get the value expand
string and see into value in the debugger output window
Thereafter, change again the Java debugger preferences to not be
annoyed with all the static initializers and constructors.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---