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 141829 - Debugger session window "unhelpful" with naming of sessions
Summary: Debugger session window "unhelpful" with naming of sessions
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-28 04:54 UTC by richo
Modified: 2008-08-08 04:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of session window with two active ruby debugging sessions (96.35 KB, image/png)
2008-08-07 02:15 UTC, richo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description richo 2008-07-28 04:54:35 UTC
When you are running multiple debugging sessions in ruby (e.g. Running Rails project in debugger, whilst also debugging
a rake task) it is hard to distinguish which session is for what.

Both sessions are marked as "ruby" and have the name "localhost:<port>" (where <port> is the port number of the debugger.

The name should be for the name of the process that was launched.

e.g.

script/server -p 3000 -e development
rake db:migrate

or whatever makes sense in the context of the actual task the user is running.

(I was in 2 minds whether this was an enhancement or a defect, but since showing the debugger port information is
exposing a debugger implementation detail rather than what the user is expecting I decided to make a defect)
Comment 1 Martin Krauskopf 2008-07-28 13:37:36 UTC
Good point. Making P4 just to distinguish from other more major bugs. Might be for 6.5, not sure.
Comment 2 richo 2008-08-07 02:15:27 UTC
Created attachment 66738 [details]
Screenshot of session window with two active ruby debugging sessions
Comment 3 Martin Krauskopf 2008-08-07 19:28:10 UTC
Fixed: #1c5004173b1e

Commit message:
Show path to the debuggee in the session view
Comment 4 Quality Engineering 2008-08-08 04:30:17 UTC
Integrated into 'main-golden', available in build *200808080201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/1c5004173b1e
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: Show path to the debuggee in the session view (issue #141829)