TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

Adding Breakpoints In Visual Studio? #56

Closed schoening closed 6 years ago

schoening commented 7 years ago

Has anyone been able to add breakpoints to .js or .vue files using Visual Studio?

MarkPieszak commented 6 years ago

It should have VS Code debugging built-in, but I'd recommend using VSCode, or ideally the Chrome Debugger.

VS's integration with Chrome for debugging doesn't have a concept of source files changing during a debugging session, so you will have to disconnect and reconnect after editing a file. So, even if you had this working, it wouldn't be ideal (until maybe VS gets some updates to handle this better).

Hope that helps!