Game developer tools

In Unity and other editors, I’m used to using IMGUI to create game debug windows: select a level, add money, append health, spawn an enemy…
There are no such tools in cocos.
I see two ways: design interface myself or use the browser console for call functions and change variables.
What ways of interacting with the game do you use?