Debugging in visual studio code

Hi, recently i tried to download ROOT and tried implementing it on visual studio code.
On VS code i configurated the C/C++ extension so i could insert the path for ROOT as an external library, the problem is that when i try to debug it, it says "launch: program ‘c:\root\build\Debug\outDebug’ does not exist, and in fact it doesn’t, but i don’t know how to solve this problem, can somebody help me?

Welcome to the ROOT Forum!
You need Visual Studio 2022 (Desktop development with C++). Visual Studio Code is only an editor

See also: How to run ROOT Macros in VS Code - ROOT
and as an alternative:
Coding in ROOT with the horsepower of an F1 - ROOT

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.