Unit 'GDBMIDebugger' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_debuggergdbmi]

TGDBMIExecCommandType

Declaration

Source position: gdbmidebugger.pp line 389

type TGDBMIExecCommandType = (

  ectNone,

  

  ectContinue,

  

  ectRun,

  

  ectRunTo,

  

  ectStepTo,

  

  ectStepOver,

  

  ectStepOut,

  

  ectStepInto,

  

  ectStepOverInstruction,

  

  ectStepIntoInstruction,

  

  ectReturn

  

);



CT Web help

CodeTyphon Studio