Source position: lazdebuggerintfbasetypes.pas line 68
type TDbgThreadState = (
dtsUnknown,
dtsRunning,
dtsPaused,
dtsSuspended
);