Home > Net >  Using vscode debugging, single step debugging method into don't go to the library
Using vscode debugging, single step debugging method into don't go to the library

Time:10-06

Using vscode debugging, single step debugging method into don't go to the library, how to configure?

And dotnet watch run also can monitor the change of the current project, other layers will not automatically compile the code change

CodePudding user response:

Do you want to reference class library project in vs, cannot be directly referenced DLL

CodePudding user response:

reference 1/f, 711 glaciers response:
what do you want to reference class library project in vs, cannot be directly referenced DLL


I also tried, first in vs project reference, also can't get into

CodePudding user response:

Right-click the project, clean up, and then regenerate

CodePudding user response:

reference 3 floor 711 glaciers response:
right-click projects, clean up, and then regenerate


Useless, I have tried,

Class libraries method of power is a debugging is displayed is not verification code, I also think that is a problem of reference compiler and got a half-day breakpoint or verification code

CodePudding user response:

To set up a class library, copy the code into, try to reference the new library

CodePudding user response:

reference 3 floor 711 glaciers response:
right-click projects, clean up, and then regenerate


CodePudding user response:

https://blog.csdn.net/jean7155/article/details/48223739

CodePudding user response:

Set the debug mode to debug, not mix
  • Related