cancel
Showing results for 
Search instead for 
Did you mean: 

Run vs Debug configurations issue

nobody102
Associate II

Running Version: 9.3.0 Build id: 20190212-0734

After I compile a sample project from the STM HAL driver examples, when I select a debug configuration, the proper options are available, as shown in the attachment, debug.png. However when I try to setup a Run configuration, the only options is "C/C++ Application" and "Embedded C/C++ Application" is not available.0690X0000087i06QAA.png0690X0000087i01QAA.png

5 REPLIES 5
nobody102
Associate II

Hello, anyone there?

Not a huge amount of participation by Atollic staff or users.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
alister
Lead

The first attachment shows a Run Configuration with none defined. It looks normal. It's same as mine.

The second attachment shows a Debug Configuration with one configuration defined.

I've used Eclipse for embedded development for a long while without needing a Run Configuration. (TrueSTUDIO is based on Eclipse.) Anyway, if you need one you can create it by right-clicking "C/C++ Application", clicking New and entering appropriate parameters. Don't worry that it's not called "Embedded C/C++ Application".

If you're a beginner (sorry if you're not) use the Debug Configuration that's already defined to load the example and try it out.

Ah ok thanks. will try that.

nobody102
Associate II

thanks