Uses of Interface
io.quarkus.qute.debug.agent.variables.VariablesProvider
Packages that use VariablesProvider
-
Uses of VariablesProvider in io.quarkus.qute.debug.agent.scopes
Classes in io.quarkus.qute.debug.agent.scopes that implement VariablesProviderModifier 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.classRepresents a scope in the Qute debugger (e.g., locals, globals, namespace resolvers). -
Uses of VariablesProvider in io.quarkus.qute.debug.agent.variables
Classes in io.quarkus.qute.debug.agent.variables that implement VariablesProviderModifier and TypeClassDescriptionclassA remote variable in the debugger, which may have child variables.Methods in io.quarkus.qute.debug.agent.variables with parameters of type VariablesProviderModifier and TypeMethodDescriptionvoidVariablesRegistry.addVariable(VariablesProvider variable) Registers aVariablesProviderand assigns it a unique variables reference ID.