Class GlobalsScope

java.lang.Object
org.eclipse.lsp4j.debug.Scope
io.quarkus.qute.debug.agent.scopes.RemoteScope
io.quarkus.qute.debug.agent.scopes.GlobalsScope
All Implemented Interfaces:
VariablesProvider

public class GlobalsScope extends RemoteScope
Represents the global scope in the Qute debugger.

The global scope exposes all variables that are defined at the top-most template context level, ignoring any local or nested contexts.