The HelloNext HNScript Debugger is a Visual Studio Code extension designed to help developers debug, test, and publish HNScript scripts locally with a real execution environment.
HNScript is used inside the HelloNext platform to customize behaviors such as:
Contact handling
Bots and automations
Integrations with external systems
Custom workflows and business logic
🚀 Features
🔍 Local Debugging with Breakpoints
Run HNScript locally and attach the VSCode debugger with full breakpoint support.
⚡ Real Runtime Execution
Scripts are executed using the same runtime as production.
📡 Live Log Streaming
View logs in real-time during execution.
🔄 Production Sync & Diff
Compare local scripts with production and publish changes directly.
🧠 Automatic Environment Setup
The extension automatically installs and updates the Debugger Host and runtime.
🧩 Requirements
Visual Studio Code
Valid credentials to authenticate access to the HelloNext tenant with administrator privileges
🔧 First Run
Install the extension
Open the HelloNext panel
Log in with your credentials
The extension will automatically install the Debugger Host if needed