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 -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -