Debugging PHPSpellCheck
PHP Spell Check > Documentation > Debugging
Debugging your PHPSpellCheck installation is easy.
Make sure you have the latest PHPSpellCheck package
Goto /phpspellcheck/examples
- Browse to 01-Hello World.php to check installation
- Browse to 17-Debugger.php to check server and AJAX performance
Alternately add this code to your page:
SourceCode:<script type="text/javascript">
var LIVESPELL_DEBUG_MODE = true;
</script>