Bug 462957 - copy stack leaves a tab at the end of each line
Summary: copy stack leaves a tab at the end of each line
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.6.0   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-24 09:36 EDT by Antoine Tremblay CLA
Modified: 2020-09-04 15:22 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Tremblay CLA 2015-03-24 09:36:34 EDT
In the debug view , if I do Right-click on the stack and then Copy Stack

The string copied contains the stack but with a tab at the end of each line ex :

binutils-gdb Default [C/C++ Attach to Application]\t
	gdb [24298] [cores: 0]\t

This is quite annoying for me since I highlight trailing spaces or tabs in my editor...

I think it serves no purpose and is unclean...?

Could be an easy fix ?