Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 538 Bytes

File metadata and controls

12 lines (10 loc) · 538 Bytes

Supported XDebug commands

Classes in xdebugnet.lib.command namespace implement XDebug commands such as:

# Class Command Description
1 EvalCommand eval execute PHP command in interpreter request handling session
2 RunCommand run continue PHP execution
3 StopCommand stop terminate debugging session
4 StepOverCommand step_over tracing command (step over)
5 StepIntoCommand step_into tracing command (step into)
6 StackGetCommand stack_get retrieve stack trace to current break location