Uses of Class
io.quarkus.qute.debug.agent.scopes.RemoteScope
Packages that use RemoteScope
-
Uses of RemoteScope in io.quarkus.qute.debug.agent.frames
Methods in io.quarkus.qute.debug.agent.frames that return types with arguments of type RemoteScopeModifier and TypeMethodDescriptionRemoteStackFrame.getScopes()Returns the list of scopes for this frame. -
Uses of RemoteScope in io.quarkus.qute.debug.agent.scopes
Subclasses of RemoteScope in io.quarkus.qute.debug.agent.scopesModifier and TypeClassDescriptionclassRepresents the global scope in the Qute debugger.classRepresents the local scope in the Qute debugger.classRepresents the namespace resolvers scope in the Qute debugger.