How to debug Puzzles

From Verge3D Wiki
Revision as of 13:55, 21 March 2026 by Alexander (talk | contribs) (Created page with "This short how-to explains how to find and fix bugs in your Puzzles scenarios. == Look for errors in the browser console == If you execute Puzzles incorrectly, e.g. by passing invalid inputs, they will fail to work and print the explanation in the browser console (see [https://www.soft8soft.com/docs/manual/en/introduction/FAQ.html#browser_console here] on how to open one). == Use print to console puzzle == [https://www.soft8soft.com/docs/manual/en/puzzles/System.html...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This short how-to explains how to find and fix bugs in your Puzzles scenarios.

Look for errors in the browser console

If you execute Puzzles incorrectly, e.g. by passing invalid inputs, they will fail to work and print the explanation in the browser console (see here on how to open one).

Use print to console puzzle

print to console should become your most frequently used puzzle.