From: SourceForge.net <no...@so...> - 2005-11-13 21:34:24
|
Feature Requests item #1356085, was opened at 2005-11-13 13:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1356085&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: show array elements value in debugger Initial Comment: I've just started to use DR Java's debugger, but I found that it can't show the elements of array let's say i have an array "int[] a={1,2,10,4,5,6,8,7,9,3}" and in my program i want to sort them. therefore, i'll need to see what's currently in each of 10 elements and the current element. I used another integer "int count" to be the dynamic index to run again and again in each loop until things are sorted as user desire. but i tried "a[move]" and "a[1]....a[10]" for these two format, debugger said "not found". therefore, I would like to request this feature to be included in the next release, thanks. Also, I found a weird bug in the latest Dr. Java. It seem to eat alot of system resource on windows2000. I don't know if it's my system's problem or what, but when I debugging and the variable"int count" runs to 9. if I switch to another window and do something else, then switch back to Dr. Java windows and press "Step into". The button will kept pressed and Dr. Java freeze. And my CPU usage stays at 100%, then I can only do the hardware reset to reboot my computer because even the task manager won't be able to pop out within 30 minutes or in the near future. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1356085&group_id=44253 |