Hello,
so after just having solved my debugger startup problems, the next item appears.
In general, the effect is that the debugger terminates after inserting a breakpoint and resuming the operation.
The application had run before a good time, so to say it is not the application that causes the termination.
The thing is that I have a FreeRTOS application with mixed C and C++ code.
The debugger termination only happens if you set the breakpoint in a pure C file (e.g. event_groups.c)
The application doesn't continue but I cannot say where it is stuck.
Any ideas to that?
Thanks for supporting in advance - Harald.