문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top