Skylines main editor has a console panel which houses a full lua interpreter! You can enter most lua commands into the command prompt and see them instantly without running the game.

Try typing the command:
- Code: Select all
sky.trace();
next you will see the debug helper text in the console output panel above the prompt.