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: guint16

The TCP port to listen on, or 0 for the default.

cancellable

Type: GCancellable

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
_callback_

Type: GAsyncReadyCallback

No 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.