Skip to content

Feature Request: Auto-print after breakpoint #71

@spekary

Description

@spekary

Having to constantly press the p command is getting tiresome. I would like to suggest a couple of features:

  1. automatically execute a number of commands after a breakpoint. Commands could be semicolon separated. So like this:
_ = "breakpoint; p myInt; n; p myInt; c"

Which would cause the "myInt" variable to be printed, the next line to be executed, the "myInt" variable to be printed again, and then the continue command.

  1. Set a mode so that the value of all local variables are automatically printed after a breakpoint, or during stepping.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions