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 171736

Summary: dbx: strange session information for inactive session
Product: cnd Reporter: Alexander Pepin <apepin>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: blocker CC: common_debugger
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexander Pepin 2009-09-08 16:29:19 UTC
Steps to reproduce:
- create a project using GNU tool collection
- create another project using SunStudio tool collection
- do step into for the first project
- do step into for the second project
- open Sessions View and make current GNU project
Result: SunStudio project Name in Sessions View is changed to "placeholder-for-NativeSessionProvider.getSessionName()".
Comment 1 Egor Ushakov 2009-09-23 13:02:52 UTC
postponed until we have dbx support in NB
Comment 2 Vladimir Voskresensky 2009-10-05 13:34:53 UTC
move dbx related issues into dbx-gui component
Comment 3 Vladimir Voskresensky 2009-10-05 14:29:21 UTC
mark issues as not fixed
Comment 4 Egor Ushakov 2010-06-09 17:12:12 UTC
still valid when there are java and native debug sessions at the same time
Comment 5 Egor Ushakov 2010-06-09 17:25:20 UTC
happens because we're using own NativeSession and default delegate for NB SessionProvider has only dummy methods. Not a P3 for Aten.