abner / flutter_js

A Javascript engine to use with flutter. It uses quickjs on Android and JavascriptCore on IOS
MIT License
473 stars 124 forks source link

Feature request: debugging code #129

Closed NaikSoftware closed 1 year ago

NaikSoftware commented 1 year ago

The library uses JavaScriptCore on iOS, so in theory we can debug JS code, but to do this we need to set isInspectable=true on the JSContext and pass sourceURL to evaluate function.