On 18 November 2012 11:44, Michal Dorner <[email protected]> wrote: > I wonder if it's possible to get v8 handle from QJSEngine instance and > enable debuging using v8 api. > Goal is to provide debuging with greakpoints and steps using Eclipse plugin > or something like node-inspector in Node.js > > Could someone pleas tell me if it's this possbile? Thanks.
There's a handle() method in QJSEngine that returns the private QV8Engine class. This means if you use the private APIs then you can get at the internals (though note that the private APIs may change at any time). Cheeers Rich. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
