This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Solved! Go to Solution.
Hello niranjanbc,
I think maybe you put breakpoints to invalid palce, so try to delete all breakpoints from your breakpoints view.
And if it still can not work well ,Please give more information about your project to us .
Or you can send your project to me .
Have a great day,
Alice
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
I am getting error "arm-none-eabi-gcc.exe has stopped working "when I try to run Debugger
I see below message in console
"This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information"
There is a known problem with gdb if there are breakpoints/watchpoints or expressions to non-existing memory locations ("Failed to Debug with GDB: Breakpoints or Expressions on non-existing Locations | MCU on Eclipse "). Remove all breakpoints/etc before launching the debugger.
Another problem I have seen are virus scanners/firewalls which block the debugger: you might disable it to give it a try.
I hope this helps,
Erich
thanks Erich, it fixed the problem
Hello niranjanbc,
I think maybe you put breakpoints to invalid palce, so try to delete all breakpoints from your breakpoints view.
And if it still can not work well ,Please give more information about your project to us .
Or you can send your project to me .
Have a great day,
Alice
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks Alice it fixed the problem