Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Using Qt SCript Debugger
Qt 6.11 is out! See what's new in the release blog

Using Qt SCript Debugger

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 789 Views 1 Watching
  • 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.
  • Q Offline
    Q Offline
    Qnoobish
    wrote on last edited by
    #1

    Hello!

    I am having some trouble to figure out how to use the Debugger features.

    Currently I am importing some extensions by using the "importExtension" named with underscored notation init.js

    Now in the script code, which I am evaluating and using the Debugger, I am using a function defined in the previous imported file.

    Now everything runs ok up to this point, when I try to "step into" the function defined in the extension I am just seeing in the debugger console that it just displays the line number of the code that is running from the extension file.

    Also under the Stack widget of the Debugger I can see in level 0 the extension file which contains the code I am trying to debug and on level 1 my current script code I am evaluating.

    So can anyone give some hints regarding this topic :(

    In short, software is eating the world.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved