Trouble turning on debug mode for BoxLang

I’ve got BoxLang (in a development environment) with IIS acting as a reverse proxy for it. Some of the code for part of our application is an old .NET Framework app, so I’ve got to have IIS in front of BoxLang. That part is actually working. I installed BoxLang on the server via CommandBox. I’m able to run basic ColdFusion pages, but I can’t turn on debug mode. I attribute that to being very new to BoxLang and CommandBox.

I used the following tutorials to figure out how to get BoxLang running behind IIS:

It’s a screencast from Brad Wood

Also, I watched some CFUG videos on BoxLang and CommandBox as well.

The root folder for the BoxLang server is:
C:\inetpub\wwwroot\prosperity\

Tried running:
box server start --debug
AND
setting
debugMode to true in
C:\inetpub\wwwroot\prosperity\.boxlang\WEB-INF\boxlang\config\boxlang.json

I still don’t see any debug output.

What’s an easy way to turn debug output on for a page with a BoxLang server? What am I missing?

This is just to test out some CF code in BoxLang. If/when we end up using BoxLang for production I would get a proper license and configure the app a little more robustly. Just testing out some code in BoxLang.