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 184701 - Improve Code Model debuggability
Summary: Improve Code Model debuggability
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-22 09:24 UTC by Leonid Lenyashin
Modified: 2010-04-22 09:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Lenyashin 2010-04-22 09:24:36 UTC
We need to have something which would improve our ability to debug code model issues. As we are lucking "dynamic" testing of editor in many cases this type of issues is reported by users. Frequently they are difficult to reproduce. So we need something that would help us to understand what was wrong without reproducing the issue. A good example of similar functionality is gdb log. It is always available and helps to understand user's problem in 90% of cases.