Python Forum
Would like to redirect vscode debugger watch to file - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: Would like to redirect vscode debugger watch to file (/thread-16375.html)



Would like to redirect vscode debugger watch to file - Larz60+ - Feb-25-2019

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.