Skip to content

joshmossas/consola-debugger-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consola Debugger Bug

This is a minimal reproduction showcasing a bug where logs outputted by consola are never rendered by the VSCode debugger.

How To Run

Without the Debugger

Run the following command

node main.mjs

Which will output logs from both console.log() and consola as expected.

Hello from console.log() 1
Hello from consola 1
Hello from console.log() 2
Hello from consola 2
# etc

With the Debugger

  • Open the Run and Debug tab in VSCode (Ctrl+Shift+D)
  • Click Start Debugging (F5)

This will output logs from only console.log()

Hello from console.log() 1
Hello from console.log() 2
Hello from console.log() 3
# etc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published