954,505 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

I've heard about a compiler/debugger. Which is it?

I overheard a conversation in a class the other day about someone being able to "look" into various classes and data storage types and see what is being stored as you run the program.

I understand this can be done using the traditional ways of adding breakpoints and such, but the way the person was describing it seemed to be a lot more interactive. He mentioned "I can open a window for this class and monitor the data being stored in it". Does anyone know what he uses? I would have asked, but I haven't seen him again.

Thanks.

Ratte
Light Poster
38 posts since Oct 2007
Reputation Points: 10
Solved Threads: 0
 

I've never seen any GUI apps that do it but GDB is an extremely powerful debugger, that might have been what he was using.

ShawnCplus
Code Monkey
Team Colleague
1,583 posts since Apr 2005
Reputation Points: 526
Solved Threads: 268
 

Sounds just like what the debugger in visual studio is capable of doing.

Salem
Posting Sage
Team Colleague
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953
 

Yes, I think he was using a microsoft product. Do you have to have the studio or C++ express will do?

Thank you.

Ratte
Light Poster
38 posts since Oct 2007
Reputation Points: 10
Solved Threads: 0
 

>Do you have to have the studio or C++ express will do?
The Visual C++ Express debugger is fully functional.

Narue
Bad Cop
Administrator
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You