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 61324 - Should be possible to copy contents of callstack view to clipboard.
Summary: Should be possible to copy contents of callstack view to clipboard.
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@debugger
URL:
Keywords:
: 68038 (view as bug list)
Depends on:
Blocks: 89617
  Show dependency tree
 
Reported: 2005-07-23 20:31 UTC by edburns
Modified: 2006-11-30 23:14 UTC (History)
2 users (show)

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 edburns 2005-07-23 20:31:52 UTC
See also http://www.netbeans.org/issues/show_bug.cgi?id=16370

When debugging something, it's sometimes useful to share the callstack with
someone else.  It would be nice if I could copy the current callstack to the
clipboard and paste it into an email, for example.

Ed
Comment 1 Martin Entlicher 2005-12-13 10:43:41 UTC
Yes, this can be a valuable feature.
Comment 2 Martin Entlicher 2006-07-14 15:07:30 UTC
This is mostly necessary in call stack view to be able to compare different call
stacks. But having this possibility in other views might be valuable as well -
watches, local vars, etc. - see issue #68038.

Also it would be nice to add some support for storing of view states and making
their diffs...
Comment 3 Martin Entlicher 2006-07-14 15:07:45 UTC
*** Issue 68038 has been marked as a duplicate of this issue. ***
Comment 4 _ pcw 2006-07-31 08:42:07 UTC
I have missed this more than once.
Comment 5 Martin Entlicher 2006-07-31 11:04:29 UTC
Yes, we know that this feature is necessary and it's scheduled for the next
release (6.0) in our plans.
Comment 6 Roman Ondruska 2006-10-04 11:02:34 UTC
Implemented in the trunk:

Date: 2006/10/03 06:54:12

Modified:
  
debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/CallStackActionsProvider.java
  
debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/Bundle.properties

Log:
 CallStack Copy to Clipboard Action
Comment 7 Jiri Kovalsky 2006-10-19 12:22:15 UTC
The feature is implemented in M4 build of NetBeans 6.0.