This blog post is a short cheat sheet, how to setup Vue.js debugging in Visual Studio Code, when you run the application in a Chrome Browser. I used the example source code of the Cloud Native Starter project. If you debug a Vue.js application, you usually need two kinds of debugging. First debug and inspect the frontend page itself: such as Html, Css and so on. First debug and inspect the frontend page itself: such as Html, Css and so on. Second debug the logic of the Javascript code for the application.
Configure the attach debug for Quarkus in Visual Studio Code
How to simply organize workspaces and the debugging configuration separated from source code saved in GitHub and how to simply configure attach debug for Quarkus in Visual Studio Code