Function

IdeDebugManagerfrom_context

since: 3.32

Declaration

IdeDebugManager*
ide_debug_manager_from_context (
  IdeContext* context
)

Description

Gets the IdeDebugManager for a context.

Available since: 3.32

Parameters

context

Type: IdeContext

An IdeContext.

The data is owned by the caller of the function.

Return value

Type: IdeDebugManager

An IdeDebugManager.

The data is owned by the called function.