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 165412 - By default IDE doesn't display local variables in core file
Summary: By default IDE doesn't display local variables in core file
Status: RESOLVED DUPLICATE of bug 165365
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-18 14:23 UTC by soldatov
Modified: 2009-06-25 10:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2009-05-18 14:23:59 UTC
Scenario:
- Create InputOutput sample
- Open io.c file
- Add into 47th line such code:
        int *p = NULL;
        *p = 5;
- Launch project
- Load core dump into debugger
==> Variables tab is empty
In order to see variables I need to switch off 'Show Autos'. I don't think it is user friendly (I missed some time in
order to understand why Variables tab is empty). I think 'Show Autos' feature should be switched off by default.
Comment 1 Leonid Lenyashin 2009-05-18 14:29:08 UTC
I do not think we need to switch off "Autos" by default. It is better to figure out why view is empty. If model exists
for this project then it should show at least 'p'. If there is no model, then it is good idea to switch to "Locals"
automatically.
Comment 2 Egor Ushakov 2009-05-18 16:18:22 UTC
it was a codemodel issue 165365, fixed already
We may consider adding a warning "code model is disabled" if it is true in autos.
I filed another issue 165424 about that.

*** This issue has been marked as a duplicate of 165365 ***