cancel
Showing results for 
Search instead for 
Did you mean: 

I am using STM32CubeIDE v1.0.2 . when i select Debug it is giving pop error as "An internal error occurred during: "Launching New_configuration (5)". java.lang.NullPointerException" please help me to clear this .thank you.

lokesh s
Associate
 
4 REPLIES 4
Romain1
Associate III
MDrac.1
Associate III

A bit late, but I had the same problem and the following worked for me:

1) Right click on your project -> "Properties"

2) Go to Run/Debug Settings

3) Delete the old Launch configuration

4) Create a new one (Don't forget to choose your C/C++ application)

5) Hit run/debug again and see if it works

HSall.1
Associate

Work for me as well. Thanks MDrac.1.

Thanks! It work for me too!