Summary: | dev-util/netbeans-6.5-r4: Cannot see text in the Local Variables window when using the debugger | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Evan Dale L. Aromin <vahndale> |
Component: | Current packages | Assignee: | Java team <java> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | fordfrog |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
A screenshot of the Local Variables tab after running the debugger
Another screenshot with a value being highlighted. |
Description
Evan Dale L. Aromin
2009-07-09 17:12:44 UTC
Created attachment 197370 [details]
A screenshot of the Local Variables tab after running the debugger
Created attachment 197371 [details]
Another screenshot with a value being highlighted.
Notice that the values inside the cell can only be seen by highlighting it.
What JDK do you use to run netbeans? Does this also occur in netbeans 6.7? (In reply to comment #3) > What JDK do you use to run netbeans? Does this also occur in netbeans 6.7? > I use Sun JDK 1.6. Haven't tried using netbeans 6.7 yet. I'll emerge 6.7 and see if it happens at that version. Issue is not reproducible in netbeans-6.7 but the value shown in the b variable does not change as I step into the breakpoint. Mousing over the b variable shows the correct value b should have for each step. The value column only shows #42 for the entire process. Debugging and displaying values in Variables pane works for me without problem with netbeans 6.7 (i did not test with older versions, but i guess it worked too), so it must be some environment issue at your side imo. Did you run 'emerge --sync' and 'emerge -uDN world' recently? What netbeans locale do you use? Did you try to run netbeans using 'netbeans-6.7 --locale en'? Did you try to reinstall your jdk? Unfortunately I can't emerge -uDN as of now due to hdd space issues. Will try to update jdk and run netbeans with --locale en. (In reply to comment #7) > Debugging and displaying values in Variables pane works for me without problem > with netbeans 6.7 (i did not test with older versions, but i guess it worked > too), so it must be some environment issue at your side imo. Did you run > 'emerge --sync' and 'emerge -uDN world' recently? What netbeans locale do you > use? Did you try to run netbeans using 'netbeans-6.7 --locale en'? Did you try > to reinstall your jdk? > Did the following: Update JDK and run netbeans-6.7 --locale en Result is still the same with regards to the b variable. The value column does not update with each step and shows #42 instead. Did not run emerge -uDN due to hdd space issues which I can't have an immediate solution as of now. If the debugging feature works as designed to other users then we can safely assume that this is an environment issue. If so, please close. as nobody else reported this problem, i'm closing it as it is probably problem of your gentoo not being updated. if you come to any new findings, feel free to reopen this bug. |