Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » External data viewers(Piping data from a paused thread into an external viewer.)
External data viewers [message #741469] Wed, 19 October 2011 15:07
Ed Santilli is currently offline Ed SantilliFriend
Messages: 1
Registered: October 2011
Junior Member
Let's say that I am debugging a C++ program using Eclipse and I run up to a breakpoint. Suppose I have a pointer, dataptr, pointing to an array of data that I want to view. The memory browser can display this data if I just type dataptr into the location bar, but it displays a hex dump which is not helpful for me. I would like to get this data and pipe it into an external program such as gnuplot or VisIt or ParaView. Any help would be appreciated.

-Ed Santilli
Previous Topic:How to find the C/C++ project type ?
Next Topic:CDT Remote debugging
Goto Forum:
  


Current Time: Fri Apr 26 08:46:31 GMT 2024

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

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

Back to the top