c# - How can I debug multi-project using VS Code? -


i working on solution have several projects, can see following image:

enter image description here

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

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -