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 - dbx: strange session information for inactive session
Summary: dbx: strange session information for inactive session
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-08 16:29 UTC by Alexander Pepin
Modified: 2016-07-06 14:38 UTC (History)
1 user (show)

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 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.