2

I am able to debug aspnet.core webapi with { request: launch, type: coreclr, program: **.dll } or to update webapi code without restarting server with npm task { start: "dotnet watch run" }. But I am not able to use both features in the same session. I tried to attach to both browser or server with no luck.

I'd also like to know if this is possible with current version of vscode.

1
  • What SDK version are you using? I.e. what is the output of dotnet --version? Commented Feb 16, 2017 at 1:33

1 Answer 1

3

According to this GitHub issue, is is not possible to use VS Code with the the dotnet watch option.

Q: How to configure vs code debugger to use dotnet watch?

A: I don't think this is feasible...

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.