Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Debugging more advanced questions on Quest can be difficult. If you desire a more IDE (Integrated Development Environment) style debugging environmentfind yourself needing more advanced debugging tools, you already have one embedded in your browser!

To use your browser's debugging tools, use the inspect element function of your browser on any question with an execute button. The console will catch any errors, and you will be able to console.log variables to the console as well.

...