This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 166565 - Variables are not shown while remote debugging
Summary: Variables are not shown while remote debugging
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-04 17:07 UTC by Alexander Pepin
Modified: 2009-10-07 12:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
gdb log (8.58 KB, text/plain)
2009-06-04 17:08 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2009-06-04 17:07:40 UTC
Steps to reproduce:
- create ProfileDemo sample
- add a remote host (solaris x86) using Secure copy type of synchronization
- select the remote host andGNU compiler collection in the project properties 
- do step into
- open Variables and switch Autos off, local variables appear
- do step over
Result: Variables window becomes empty. It's populated once again on the next step then variables disappears on the next
step again.
Comment 1 Alexander Pepin 2009-06-04 17:08:51 UTC
Created attachment 83216 [details]
gdb log
Comment 2 Egor Ushakov 2009-10-07 12:26:25 UTC
please recheck on the latest build, I'm unable to reproduce it