0
Debugger?
Hello all,
Where is the step-wise debugger where I can see my variables and their current values during execution?
If there is no debugger yet, is that feature coming soon?
2 replies
-
Unfortunately, there is no debugger for Ninox yet. I intend to make one, but it won't be for a few months.
Until then, if you work with the web version, you can use the debug() function (which is the equivalent of console.log() on JavaScript). To see the result, you must display your browser console (see in the browser development tools).
The debugValueInfo() function also gives you more precision on the variables by indicating what type they are.
Content aside
- 2 yrs agoLast active
- 2Replies
- 172Views
-
2
Following