Python Forum

Full Version: Would like to redirect vscode debugger watch to file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been searching for a way to redirect just the VSCode debugger watch window text to a file, but so far, haven't found a way to do this.
If I could copy and paste, that would work, but VSCode only allows copying the value portion of a watch item, and only on simple variables.

Just wondering if anyone has figured out how to do this, (other than modifying code) and if so please share.