Skip to content

Show std(out/err) when debugging #3976

@KotlinIsland

Description

@KotlinIsland

When using PyCharm to debug robot keywords written in python, robot will capture all the console output.

This is really annoying, and am forced to use logger.console() when in the console, but even that isn't good enough because if there's an exception in the expression it won't print anything so I'm basically forced to use:

try: logger.console(expr)
except Exception as e: logger.console(e)

image

😲

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions