java - Export runtime value of a variable in NetBeans -
i'm using netbeans java programming , want export value of variable file, since can't copy , paste big array list. there command @ runtime?
you can dump heap tools jmap
(part of jdk). have snapshot of application memory.
but don't think there's way "paste" values on netbeans fields/variables. can go , change them manually. if current array have 4 elements , 1 saved have 9? how object references?
Comments
Post a Comment