im trying to run my project from VS for debugging purposes, but i cant seem to; i dont have the option to run with a Local Windows Debugger, just the option to start. if i try to start, the project is unable to and just errors out. same thing if i start as a new instance.
i also cant go into preference because it seems that they were erased? i have no idea. if anyone has any idea that would be most helpful.
Separately, what I typically end up doing is attach to a running process, rather than start with debugger. E g, the project is open in VS, and I start the client, and I “attach to process” to that client from the VS debugger. It has a “reattach” command that makes this pretty easy. When it re-attaches, it will set whatever breakpoints are current for the project.