icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 772 forks source link

prevent All console appilcation from auto closing #798

Open Mechanixz opened 7 years ago

Mechanixz commented 7 years ago

add a toggle setting to prevent console applications from closing after being run i order to be able to see console output. it should work as if running in a batch the program and the running the windows pause command-line command.

this should happen without adding console.Readline at the end of a program and should only happen when running the program in SD. this is how it works with console applications in VS and is a much needed feature for console developers and students

Tha14 commented 7 years ago

This project is dead. You won't be seeing any sort of implementation for what you're suggesting.

DamianSuess commented 7 years ago

To the maintainers: If this feature were to be fixed & pull request to happen, would you still merge in the code?