Baron-von-Riedesel / DOS-debug

Debug and DebugX (short: Debug/X) are extended versions of MS DEBUG
58 stars 12 forks source link

If stdin is from a file, the debugger reads in chunks of 256 bytes ( should read line by line instead ) #11

Closed Baron-von-Riedesel closed 2 years ago

Baron-von-Riedesel commented 2 years ago

The problem reveals if the debuggee also tries to read from stdin.