Method

IdeDebuggerprepare_for_run

Declaration

void
ide_debugger_prepare_for_run (
  IdeDebugger* self,
  IdePipeline* pipeline,
  IdeRunContext* run_context
)

Description

Prepares the runner to launch a debugger and target process.

Parameters

pipeline

Type: IdePipeline

An IdePipeline.

The data is owned by the caller of the method.
run_context

Type: IdeRunContext

An IdeRunContext.

The data is owned by the caller of the method.