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

    Debug Quasar Peroject inside Intellij

    Help
    3
    5
    2602
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • darkscript
      darkscript last edited by darkscript

      Am trying to debug Quasar project and apply breakpoints in vue files inside Intellij. Any ideas how to will be appreciated

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        This might help you: https://blog.jetbrains.com/webstorm/2015/09/debugging-webpack-applications-in-webstorm/

        Scott

        1 Reply Last reply Reply Quote 0
        • a47ae
          a47ae last edited by

          In the most recent version (2017) you just have to install the Chrome extension and set up a run/debug configuration with JavaScript Debug. This should get you debug for all the plain js files. But sadly I was not able to debug .vue files, even if I was able to set a breakpoint. I suspect, that the source mapping is not interpreted correctly by IntelliJ. The Visual Studio Code debug tool also has problems with .vue files.

          1 Reply Last reply Reply Quote 0
          • s.molinari
            s.molinari last edited by

            I read there is a plug-in for Vue files, but I am not certain it deals with the debugger.

            Scott

            1 Reply Last reply Reply Quote 0
            • a47ae
              a47ae last edited by

              Yeah, handling vue files work like a charm with the official plugin from JetBrains.
              But I guess it’s a problem with the sourcemap vue-loader outputs. Because vue files consist not only of plain JavaScript, it is hard to make references to line numbers, I guess?

              1 Reply Last reply Reply Quote 1
              • First post
                Last post