Client Debugging

Finding problems can seem difficult

  • Use the console to output messages
  • Use the shell to observe Meteor commands
  • Place debugger statements to step through the code

Complete and Continue