Method

FoundryDebuggerTrapdup_id

Declaration [src]

char*
foundry_debugger_trap_dup_id (
  FoundryDebuggerTrap* self
)

Description [src]

Gets the identifier for this trap (such as breakpoint number).

Return value

Type: char*

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.