Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Add logging using vscode-debug-logger#753

Merged
ramya-rao-a merged 14 commits intomasterfrom
roblou/logging2
Jan 30, 2017
Merged

Add logging using vscode-debug-logger#753
ramya-rao-a merged 14 commits intomasterfrom
roblou/logging2

Conversation

@roblourens
Copy link
Copy Markdown
Member

Spun out my debug adapter logging in node2/chrome into a new node module: https://github.com/roblourens/vscode-debug-logger.

This adds a new launch config property, 'trace'. When it isn't set, there is no change, except that the calls to logError will be shown as errors in the console.

When it's set to true, all log messages will be written to a file, and the path to the file will be printed at the top of the console.

When it's set to "verbose", all log messages will be written to the file, and printed in the console.

There's quite a lot of info printed, it should be enough to trace what happens when someone reports an error.

@ramya-rao-a ramya-rao-a merged commit 0ea5206 into master Jan 30, 2017
@ramya-rao-a ramya-rao-a deleted the roblou/logging2 branch June 10, 2020 17:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants