question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

console.log() not printing

See original GitHub issue

The Electron App starts up just nicely, but any console.log() that I use inside src/main/index.js doesn’t show up inside the console, no matter where I put it in the file.

Any help is greatly appreciated!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Fusseldiebcommented, Mar 30, 2020

Wow! Thanks for the incredibly fast fix!

image

Works perfectly now! 🥇

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why is console.log() not printing anything? - Stack Overflow
log() output is printed in the browser. but it gets cleared immediately if you are submitting a form or handling an event as...
Read more >
console.log() not working in my browser. - Codecademy
I wrote an HTML program with a Javascript code, with console.log() functions for printing, and ran it in the browsers(IE, Chrome) but found...
Read more >
JavaScript Console.log() Example – How to Print to the ...
Logging messages to the console is a very basic way to diagnose and troubleshoot minor issues in your code.
Read more >
useClientEffect$ console.log is not printing in browser console.
Problem is that and the components themselves do not have a DOM element, and useEffectClient() works by attaching a qvisible event, in your...
Read more >
Code not working. Node returns no errors, but doesn't print out ...
I've added additional console logs to check if ex: stringify is working correctly Only my console.logs outside of the "function get (query)" ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found