Skip to content

Add convienient way for passing data to stdin #22

@gizlu

Description

@gizlu

Let's say i have prog which reads data from stdin
I run it using my shell's input redirection:

$ ./some-exec --foo --bar < redirected_file.txt
$ printf "some-string\ndupa\n" | ./some-exec --foo --bar

It would be nice if ugdb took stdin and passed it to debugged program so we could use it that way:

$ ugdb -- ./some-exec --foo --bar < redirected_file.txt
$ printf "some-string\ndupa\n" | ugdb -- ./some-exec --foo --bar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions