Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-doc-dev] Core/Debug news

if more info needed, bounce to cdt-dev.

============================================================================================
Binary Parser:
	New Binary Parser, that will let you set the path for executables: addr2line, c++filt

Error Parser:
	The error parsers are now extension-point that can be modified in preference and
	property page.  The error parsers are use to detect know pattern in the output
	build for makers.

Debug; Variable Formating:
	Variables can set the display format in the variable view ex: octal, decimal, ...

Debug; Detailed Pane:
	In the Variable view a new pane(similar to JDT variable view) is added to
	see the value, this is practical when looking at string (char *).

Debug; Variable can be cast:
	In the Variable view a variable can be cast to a different type or restore
	to its original type.  Also a pointer can be cast to an array type.

Debug; Disable variable query:
	The ide is agressive in querying the value of variable at every step.
	This can be to intrusive for certain embedded target.  Variables automatic query
	can be disable and the query is done manually by the user when appropriate.

Debug:
	New source locator part of the launch view.  It is possible to add directories
	to search, mapping and the order of the search.

Debug MI; new Shared library launch pane:
	For GDB/MI code, two new actions are added in the launch view,
	stop-on-solib and auto-load-symbols.  Stop-on-solib will force
	the debugger to stop on any shared library events.  Auto load
	will load the symbols for any shared library.

Debug MI; improvements in display arrays:
	Arrays now are better handle and are now separated into ranges
	to limit the possibility of timeout on huge arrays.




Back to the top