nuken Docs
  • Welcome to the nuken Docs!
  • 📚The Basics
    • Your workspace
      • Viewing the console
      • Preview options
    • Exporting your project
      • Save as template
      • Saving to memory
    • Importing / recovering a project
    • Downloading content
  • ⚙️The Menus
    • Settings Menu
      • Danger Zone
      • Startup Behavior
      • Workspace
    • Project Config Menu
      • Configure meta tags
      • Project details
      • Project location
    • Stylesheet Management
      • Resource codenames
    • Script Management
      • Resource codenames
    • Share / Discovery
    • Downloaded Content
  • 🎨Options / Customization
    • Themes
      • Swapping themes
      • Installing themes
      • Developing themes
    • Templates
      • Installing templates
      • Using templates
      • Developing templates
    • Add-ons
      • Installing add-ons
      • Using add-ons
      • Developing add-ons
  • 😎Extras
    • GitHub Lookup
      • manifest.json
Powered by GitBook
On this page

Was this helpful?

  1. The Basics
  2. Your workspace

Viewing the console

See what's going on under the hood...

PreviousYour workspaceNextPreview options

Last updated 2 years ago

Was this helpful?

Depending on what framework / markup you're using, you may find it helpful to log things to the console via console.log (or other methods). That's why we've included an easy way for you to debug your projects with the project console.

As you can see pictured above, the project console hovers near the bottom of your workspace. Any time a console event fires, your message is written to the pop-up window, and a notification bubble is shown onscreen.

console.log, console.warn, and window.onerror all appear in the project console. You can copy the messages displayed with the click of a button, or view helpful information on . To help you keep track of message order, the time is displayed alongside each message, in 24-hour format.

The project console is cleared every time you click ▶️ and the preview area is refreshed, so make sure to download any important logs you'd like to save. If you'd like to get rid of a project console message, give it a good ol' double-click. But be warned, deleted console messages cannot be recovered.

Disabling notifications in the Settings Menu will not hide notifications shown in the project console.

📚
Stack Overflow
A wild console appears!