Home | History | Annotate | Download | only in inspector

Lines Matching refs:Paused

61     "Can only perform operation while paused.";
114 m_breakReason(protocol::Debugger::Paused::ReasonEnum::Other),
869 // Do not ever loose user's pause request until we have actually paused.
1125 ? protocol::Debugger::Paused::ReasonEnum::PromiseRejection
1126 : protocol::Debugger::Paused::ReasonEnum::Exception;
1150 if (m_breakReason == protocol::Debugger::Paused::ReasonEnum::Other &&
1152 m_breakReason = protocol::Debugger::Paused::ReasonEnum::DebugCommand;
1159 m_frontend.paused(std::move(protocolCallFrames), m_breakReason,
1210 m_breakReason = protocol::Debugger::Paused::ReasonEnum::Other;