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

Add logging using vscode-debug-logger #753

Merged
merged 14 commits into from Jan 30, 2017
Merged

Add logging using vscode-debug-logger #753

merged 14 commits into from Jan 30, 2017

Conversation

roblourens
Copy link
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.

None yet

3 participants