0% found this document useful (0 votes)
38 views1 page

Inspector FSM

The document describes the states and transitions of a debugger. It can be in a Running, Paused, or Detached state. Events like receiving a command or reaching a breakpoint can trigger transitions between Running, Paused, and implicit pauses.

Uploaded by

Cosmin Popescu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

Inspector FSM

The document describes the states and transitions of a debugger. It can be in a Running, Paused, or Detached state. Events like receiving a command or reaching a breakpoint can trigger transitions between Running, Paused, and implicit pauses.

Uploaded by

Cosmin Popescu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

pauseOnFirstStmt !

pauseOnFirstStmt

RWE RD didPause

enable didPause debuggerStmt

RWP PWE disable disable enable

didPause enable

receivedCommand
P R implicitPause
!implicitPause

Abbrev State
RWE RunningWaitEnable
RWP RunningWaitPause
RD RunningDetached
PWE PausedWaitEnable
P Paused
R Running

You might also like