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

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -