ABOUT
You can use the Developer Tools console to help troubleshoot most runtime errors that may occur while using a web application. This tool stores information about the processes leading up to, and at the exact moment that an error occurs. We encourage users to send screenshots of their console to Paperspace support when dealing with an error.
NAVIGATING TO DEVTOOLS
CHROME DEVTOOLS
Select Chrome Menu > More Tools > Developer Tools (or Right click > Inspect)
Alternatively, click Control + Shift + J (Windows) or Command + Option + J (Mac)
SAFARI DEVELOPMENT TOOLS
If you don’t see the Develop menu in the menu bar, choose Safari > Preferences, click Advanced, then select “Show Develop menu in menu bar.”
Click, option + cmd + C to bring up the console panel
Finding errors via messages in the console or network tabs aid in debugging by linking to locations in the code. In order to provide the support team with the information they need, please take a screenshot of the console tab and the network tab.
PREREQUISITE
Chrome (We use Chrome DevTools, but most search engines provide developer tools)
Safari
FireFox
NAVIGATING TO DEVTOOLS
A side panel will open to reveal Chrome DevTools. Navigate to the console by clicking the console tab located at the top of the panel.
RESOURCES
For more information on Chrome DevTools, please see https://developers.google.com/web/tools/chrome-devtools
For more information on Safari Development Tools, please see: https://developer.apple.com/safari/tools/
ERRORS (example)
Access Key Validation Error: