You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to delve-dev
I maintain a library that handles REPL gruntwork. Among other things this means that any program which uses it reads data from standard input. When loaded into Delve os.Stdin always returns EOF. This includes even a basic test program that does the most basic read possible.
How can Delve be used with standard input attached to the running program?
Thanks.
Choudhary Sourya Vatsyayan
unread,
Apr 26, 2020, 2:47:21 PM4/26/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to delve-dev
If you build from master, you can also specify the TTY of the process Delve creates via the `--tty` flag. You can pair that with `ptyme` https://github.com/derekparker/ptyme to create a PTY pair for this kind of testing.