Results 1 to 20 of 27

Thread: How to access v8's debug API in QJSEngine

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2013
    Location
    Vienna, Austria
    Posts
    21
    Thanks
    1
    Thanked 2 Times in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default How to access v8's debug API in QJSEngine

    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

  2. The following 2 users say thank you to DavidXanatos for this useful post:


Similar Threads

  1. Replies: 1
    Last Post: 10th October 2012, 08:46
  2. Qt + Linux + Eclipse - debug using debug build?
    By will49 in forum Qt Programming
    Replies: 6
    Last Post: 13th April 2012, 06:27
  3. Replies: 4
    Last Post: 30th September 2010, 10:31
  4. DEBUG macro not defined in debug build using vc++
    By piotr.dobrogost in forum Qt Programming
    Replies: 0
    Last Post: 21st July 2009, 13:07
  5. Replies: 11
    Last Post: 22nd March 2006, 19:06

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.