You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
Home > Project Editor > Debugger
Debugger
print icon

Glitch has a debugger tool  that you can access via the project editor's Logs tray.

 

Before debugging, just be aware of the following:

  • The debugger only works while using Google Chrome.
  • The debugger cannot be used with static projects.  

 

 

To open the debugger:

  1. Click Logs at the bottom of the project editor.
  2. Click the Debugger button at the top of the open logs tray.

 

For security reasons, Chrome does not allow us to open the debugger through a normal button or link, so you'll need to manually copy and paste the debugger URL. Glitch will provide this link in the new tab when you click the Debugger button.

 

Paste the copied URL into a new browser window or tab, and you'll see a Chrome Developer Tools window where you can debug the Node.js parts of your app.

 

opening the debugger

 

 

Got more questions? Check out our Community Forum!
Open 24/7, the forum is where Glitch makers help each other and show off all the rad apps that they have created. It's the friendliest community of coders on the Web!
Feedback
7 out of 19 found this helpful

scroll to top icon