We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

how to get scratchpad to print console output to screen

  • 3 பதிலளிப்புகள்
  • 5 இந்த பிரச்னைகள் உள்ளது
  • 10 views
  • Last reply by Yousef

How do I get the Scratchpad under Tools>Web Developer>Developer Toolbar>More Tools to print console output so it's visible. I can't use console.log() because that function returns no visible output, and have to use alert() right now, which is a nuisance.

How do I get the Scratchpad under Tools>Web Developer>Developer Toolbar>More Tools to print console output so it's visible. I can't use console.log() because that function returns no visible output, and have to use alert() right now, which is a nuisance.

All Replies (3)

Try the console service.

You will have to run the Scratchpad in browser (chrome) environment .

cor-el மூலமாக திருத்தப்பட்டது

The links you provided say I can use the Execute>Display command within Scratchpad in order to get console logging, but when I run console.log("string literal"); or var string = "string"; and console.log(string); through Execute>Display, I get output of /* undefined */. I'm using whatever version of Scratchpad comes with Firefox 17.0.3 for Linux Mint. Further assistance is requested.

Tools > Web Developer > Web Console.

console.log() will have a grey line next to it.

Yousef மூலமாக திருத்தப்பட்டது