gwpmad / add-number-logs

VSCode extension for personal use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This VSCode extension adds numbered console.logs between Javascript statements to help debug issues where a stack trace isn't available. A brute-force-but-effective away to track the path being taken within your code.

To use

  • Place this project within the ~/.vscode/extensions folder.
  • In the editor, select the code you'd like to fill with console.logs
  • Press Cmd-Shift-P and search for 'Add Number Logs'

About

VSCode extension for personal use


Languages

Language:JavaScript 100.0%