Debugging and console.readline

Hi,
Ive been creating .net console apps hosting some kind of service and I stick console.readline in the code so that I can stop it.

Is it possible to do something to support this when debugging in Fire ? Currently the readline is ignored so the app stops. It’s a mono app so I cant attach.

At the moment I have to either add debug info or break the code down into smaller chunks.

Cheers,
John

it’s in my long term plans, but it’s far from trivial, as i’d basically have to emulate a full TTY, and info on how to do this is sparse. so for now, don’t hold your breath, sorry :frowning: