No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. lux
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Groups 0

    lux

    @lux

    0
    Reputation
    87
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lux Follow

    Latest posts made by lux

    • "Debugging a Quasar project in VS Code"

      https://quasar.dev/start/vs-code-configuration#Debugging-a-Quasar-project-in-VS-Code

      “Detailed instructions on how to configure with Quasar coming soon.”

      …when, more or less?

      posted in Framework
      L
      lux
    • Debugging .vue files of a quasar project with VSCode

      Hello everybody,
      Is there somewhere a working example about how to configure a quasar project so as to be able to set breakpoints in the .vue files using VSCode?

      I’ve tried with the following configuration suggested in the VSCode github site https://github.com/Microsoft/vscode-recipes/tree/master/vuejs-cli (that should work for vue-cli projects) but I didn’t get it to work with quasar:

      {
        "version": "0.2.0",
        "configurations": [
          {
            "type": "chrome",
            "request": "launch",
            "name": "vuejs: chrome",
            "url": "http://localhost:8084",
            "webRoot": "${workspaceFolder}/src",
            "breakOnLoad": true,
            "sourceMapPathOverrides": {
              "webpack:///./src/*": "${webRoot}/*"
            }
          }
        ]
      }
      

      Thank you all in advance 🙂

      posted in Help
      L
      lux