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

Summary: Improve Code Model debuggability
Product: cnd Reporter: Leonid Lenyashin <lsl239>
Component: Code ModelAssignee: Vladimir Voskresensky <vv159170>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.