Verbose debugpy adapter startup #296
Answered
by
mfussenegger
alessiocelentano
asked this question in
Q&A
-
Basically, when i debug my Python code, debugpy prints this string: "\nptvsd\ndebugpy\n", I'd like to remove these lines, is there a way? My configuration:
Note: these lines aren't printed if I run the code with debugpy on my shell |
Beta Was this translation helpful? Give feedback.
Answered by
mfussenegger
Sep 17, 2021
Replies: 1 comment
-
Looks like these are output events of the telemetry category sent by the debug adapter. #305 changes the behavior to log them instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alessiocelentano
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like these are output events of the telemetry category sent by the debug adapter. #305 changes the behavior to log them instead.