jww
jww

Reputation: 102346

Eclipse, C++ and "Debugging Assistants"?

Visual Studio has Managed Debugging Assistants (MDAs) and Xcode has Application Diagnostics which can be enabled on a scheme.

I'm specifically interested in "value added" debugging and diagnostics provided by Eclipse or a plug-in. I only found org.eclipse.cdt.debug.ui.memory on the Eclipse website, and it only provides "memory renderings"; I could not find {Eclipse+Mudflap} and {Eclipse+Dmalloc} when searching. I'm either missing something, or Eclipse does not offer aides to the developer.

Does Eclipse have anything to help with the development and debugging experience?

Jeff

Upvotes: 1

Views: 135

Answers (1)

chrmue
chrmue

Reputation: 1612

At least for development for QNX under Eclipse there exists a detailed introduction to the usage of Mudflap:

http://www.qnx.com/developers/docs/6.4.1/ide_en/user_guide/debug.html#UsingMudflapInIDE

Upvotes: 1

Related Questions