Eclipse crashes during run/debug
I have the same problem. I can open workspace, import projects, edit files, compile and build binary files, but I cannot program STM32F7 board from Eclipse. I get following error within Eclipse:
An internal error occurred during: "Launching STM32746G_DISCOVERY Debug".
java.lang.NullPointerException.
My colleague has exactly the same problem on his laptop computer. We can use binary files to program the board, but only from STM32-Link Utility application and everything works ok. Many people mentioned bad xml files in project directory. We inspected all of them and found nothing suspicious.
Is there a way around this problem? Basically, everything works except Program & Debug from Eclipse. We found solution for programming, but Debugger won't run.