Open the project folder in VScode.
Sample here i am setting break point in home controller.
Now click the debug option.
add debug configuration like below. Make sure .Net core Launch(web) is selected.
You can see break point will hit , once you start debugging by press run icon.
Then gi...