Skip to main content
lokesh s
Visitor II
September 24, 2019
Question

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.

  • September 24, 2019
  • 3 replies
  • 2639 views

..

This topic has been closed for replies.

3 replies

Romain1
Associate III
December 18, 2019
MDrac.1
Associate III
March 8, 2021

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

PNewm.1
Associate
April 15, 2021

Thanks! It work for me too!

HSall.1
Visitor II
March 11, 2021

Work for me as well. Thanks MDrac.1.