Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to access v8's debug API in QJSEngine
Forum Updated to NodeBB v4.3 + New Features

How to access v8's debug API in QJSEngine

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 1.3k 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.
  • D Offline
    D Offline
    DavidXanatos
    wrote on last edited by
    #1

    Hi,

    I was playing around with the new QJSEngine and wanted to access the v8's Debug interface (eider start the building debug agent, or pass debug commands directly to the engine using the C API), unfortunately it seams that the v8 symbols are not exported by the Qt Librarys.

    I was looking around in the code a little bit and found some files under: ...\Src\qtdeclarative\src\qml\debugger that are using the V8's C API to pass debug messages, but yet this classes also does not seam to be fully exported. Some are exported partialy (meaning the export declaration is there some static functions work OK, but some other cause linking errors, strange)

    Does anyone know how to get to the v8 Engine without having to recompile any Qt Librarys?

    Cheers
    David

    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