Captured `Debug.Print` output from the current module run.
Parse and runtime failures appear here.
Interpreter state after the most recent run or step.
Execution State
Current Steps
0
Current Position
Line 1
Current Procedure
Module
Stack Depth
0
Locals
No active local scope.
Environment variables and `GetSetting`/`SaveSetting` registry entries.
Clock
Read by `Now`, `Date`, and `Time`. The browser has no OS clock, so the interpreter runs an in-memory clock seeded from your system time; setting it below only changes the in-memory clock and is never echoed back to your real system clock.
Environment Variables
Read by `Environ$`. The browser has no OS environment, so these start empty and are remembered across page loads.
No environment variables set.
Settings
Registry-style entries read by `GetSetting`, written by `SaveSetting`, and removed by `DeleteSetting`.
File System
Current Directory
/
Current Drive
C
Open File Numbers
None
Files
No files in the memory backend.