Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » [SOLVED] Indigo Debug Hovers and Output on Linux
[SOLVED] Indigo Debug Hovers and Output on Linux [message #717998] Mon, 22 August 2011 20:28 Go to next message
Eclipse UserFriend
Hi Guys,

I have had this problem for a long time and including previous versions, but I will ask in case someone can make a suggestion that can fix or mitigate the issue.

All of my debugger output in the Variables view and in hovers is riddled with "\n" characters on linux. I am also unable to get advanced debug hover at all.

I am using gdb 7.2 and have tried earlier versions.

Any suggestions, ideas, tricks?

Thanks,

Matt

The python pretty print stuff works fine to the extent that I have written several of my own in addition to the provided stl stuff.

[Updated on: Wed, 24 August 2011 01:21] by Moderator

Re: Indigo Debug Hovers and Output on Linux [message #718064 is a reply to message #717998] Tue, 23 August 2011 02:52 Go to previous messageGo to next message
Eclipse UserFriend
Matt wrote on Tue, 23 August 2011 02:28

All of my debugger output in the Variables view and in hovers is riddled with "\n" characters on linux.

This never occurred to me. Do you use any special settings in your .gdbinit?

Quote:
I am also unable to get advanced debug hover at all.

Which debugger framework do you use in Eclipse debug launch configuration? Does it say at the bottom of the launch config "Using GDB (DSF) Create Process Launcher"?
Re: [SOLVED] Indigo Debug Hovers and Output on Linux [message #718357 is a reply to message #718064] Wed, 24 August 2011 01:09 Go to previous message
Eclipse UserFriend
Hi Axel,

Thanks to your suggestion I rechecked my gdbinit more carefully and found a set print pretty on command being sourced from one of the .gdb files. Commenting this out stops the chars. Yay.

I also found that the launch config was not using the DSF launcher. The definitions I have used for several years now... Nifty.

--> Thanks so much for this. Sanity rules. Smile

[Updated on: Wed, 24 August 2011 01:21] by Moderator

Previous Topic:Make Target Hide Empty Subfolders
Next Topic:Changing value of variable in debugger
Goto Forum:
  


Current Time: Wed Jul 30 12:10:25 EDT 2025

Powered by FUDForum. Page generated in 0.03969 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top