Skip to content

Warnings are not shown while evaluating expressions in the debug console #774

@david-cortes

Description

@david-cortes

Environment data

  • debugpy version: 1.5.0
  • OS and version: debian sid
  • Python version (& distribution if applicable, e.g. Anaconda): 3.9.7, from anaconda
  • Using VS Code or Visual Studio: vscode

Steps to reproduce:

  1. Put a breakpoint right after a function that would throw a warning.
  2. Execute code that would reach the breakpoint and would get the warning issued.

Actual behavior

Does not show the warning anywhere while debugging.

Expected behavior

Should show warnings in the terminal pane while debugging, in the same part where stdout is written to.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions