I am trying to make an audio plugin and as such have to test what happens when it gets loaded by an external process and stuff. I understand I should be able to "attach" to a program and then set a breakpoint and expect the debugger to work or something. I don't know if I'm even doing it right but so far when I click debug the program doesn't even build. It says it can't find the file.
the file I am trying to run is in ../src, while the build.zig is in ..
so I think that might be part of the problem? but I don't understand what I could even change to influence this. the whole vscode "json" settings are a mystery to me and I don't get how it works or what's happening along the way so I have no idea where to start
instead of helping you could just send somebody to erase me from existence and that would probably be a mercy. but I promise I actually know how to make cool things and I'm just out of my wheelhouse with this "IDE" (it's totally not integrated since i don't know how to use it)