roujesky wrote on Thursday, June 02, 2011:
Getting a lot better with PIC32 and FreeRTOS, but I have a real basic question. If I set a breakpoint in _general_exception_handle, how do I find out how it got there? the call stack does not help. Makes sense, since the program just kinda vectors there……
Is there a method that I am not aware of other than stepping and “discovering”? Trying to debug some USB stuff and things go real quick!
thanks!