Method
FridaScriptenable_debugger
Declaration
void
frida_script_enable_debugger (
FridaScript* self,
guint16 port,
GCancellable* cancellable,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Description [src]
Enables the JavaScript debugger for this script, listening for an inspector client.
Parameters
port-
Type:
guint16The TCP port to listen on, or 0 for the default.
cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the method. _callback_-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. _callback__target-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the method.