Hi All,
This is a fairly basic question, so I'll be more than happy for someone to tell me where to find this information in the documentation !
How can you get a stack trace from a program which has aborted ?
I've a program running on an evm6670 (using CCS 5.0.3 and SYS/BIOS 6.32.01.38) which has aborted:

How can I make this into a more useful stack trace ?
I've had a read of the SYS/BIOS FAQ (see http://processors.wiki.ti.com/index.php/SYS/BIOS_FAQs#4_Exception_Dump_Decoding_Using_the_CCS_Register_View) and that mentions about "all of these exception handlers print a complete register context dump to the CCS console" followed by instructions for using this data to get a stack trace.
I've added use of 64p.Exception in my RTSC config file, re-built and re-ran the app, but no such output can be seen on the console:

[ Obviously, I can work out what is going wrong in this instance (I'm freeing a MessageQ message using a DDR3 heap id) ]
Is there something else I have to enable or configure ?
Thanks for any hints,
Graham.