Method

IdeDebuggerBreakpointset_function

Declaration

void
ide_debugger_breakpoint_set_function (
  IdeDebuggerBreakpoint* self,
  const gchar* function
)

Description

Sets the “function” property, which is a user-readable value representing the name of the function.

Available since:3.32

Parameters

function const gchar*
 

The name of the function, or NULL.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.