Method

IdeDebuggerBreakpointget_file

Declaration

const gchar*
ide_debugger_breakpoint_get_file (
  IdeDebuggerBreakpoint* self
)

Description

Gets the file that contains the breakpoint. This may be NULL, particularly if the breakpoint does not exist with in a known file, such as at a memory address.

Available since:3.32

Return value

Returns: utf8
 

The file containing the breakpoint, or NULL.

 The data is owned by the instance.
 The return value can be NULL.
 The string is a NUL terminated UTF-8 string.