nxp-mcuxpresso / vscode-for-mcux

Support for NXP Visual Studio Code for MCUXpresso Extension project.
16 stars 1 forks source link

Tool build resets cmake build config #49

Open akg-cognex opened 1 month ago

akg-cognex commented 1 month ago

Hello,

I have vscode mcuxpresso tool v24.7.39 and in cmake configure I select hyperram_debug configuration as shown and cmake build works fine. image

Now if I go to mcuxpresso -> projects do a "prestine build/rebuild selected" the build defaults to "debug" (not hyperram_debug) image This also messes the debugger as I want to debug hyperram executable and tool creates only default debug one.

DragosMiloiuNXP commented 3 weeks ago

Hi @akg-cognex,

Could you please select hyperram_debug as default build configurations from the projects view, and see if it solves the problem?

image

Thanks, Dragos.