Re: Watch BitSet values

Nathan Fiedler <[email protected]> Fri, 24 Feb 2006 09:20:26 -0800
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <[email protected]>
If you click the + next to the variable name in the Variables view, you 
can see the field values of the BitSet instance. Granted, this still 
won't show you the 1's and 0's that you want to see. For this, there is 
RFE #932 in the bug database, to which I've added a note about BitSet. 
This is a P2 bug so it should be addressed in an upcoming release.

Thanks

n


lolo gt wrote:
> Hi all,
> 
> When I debug watch information about bitset variables, I can't get its 
> bits value. ie. {1 0 0 1 0}. I can only watch a label ie. #577. Is it 
> possible to watch bits values?
> 
> thanks you in advance!!