c# - How can I debug multi-project using VS Code? -
i working on solution have several projects, can see following image:
and question can debug main program counld not debug dependency project; did have solutions solve problem? can give me reply?
i have found solution,just modify project.json can touch breakpoint @ dependency project;
"buildoptions": { "debugtype": "portable" },
value debugtype portable
Comments
Post a Comment