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

Summary: Should be possible to copy contents of callstack view to clipboard.
Product: debugger Reporter: edburns <edburns>
Component: CodeAssignee: issues@debugger <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: arseniy, tball
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89617    

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.