vezel-dev / cathode

A terminal-centric replacement for the .NET console APIs.
https://docs.vezel.dev/cathode
BSD Zero Clause License
91 stars 7 forks source link

Fixes behavior of CTRL+C when debugger is attached on Windows and we are in the middle of a Read #65

Closed xoofx closed 2 years ago

xoofx commented 2 years ago

Fixes #64

xoofx commented 2 years ago

I should probably guard the condition with a IsWindows platform as well?

xoofx commented 2 years ago

Closing as the debugger is behaving "correctly" in case of a CTRL-C (the app is unusable after, the debugger doesn't trap it)