You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Around line 85 of inspector.h we need to add , V8Inspector::kFullyTrusted as a last argument due to change in interface of function V8InspectorClient::connect
After successful build we get the following error (Missing libs somewhere? Don't know enough about V8 and my c++ is basic)
just -inspector script.js
just: symbol lookup error: /usr/local/lib/just/inspector.so: undefined symbol: _ZN12v8_inspector11V8Inspector6createEPN2v87IsolateEPNS_17V8InspectorClientE
The text was updated successfully, but these errors were encountered:
Just documenting.
With latest version of v8
, V8Inspector::kFullyTrusted
as a last argument due to change in interface of functionV8InspectorClient::connect
The text was updated successfully, but these errors were encountered: