GSoC/GCI Archive
Google Summer of Code 2015 Mono Project

Tasks Window Debugger support

by Bence Tilk for Mono Project

C# is one of the strongest language of .NET platform, it offers modern language features. One of the latest features is the async-await Task-level using. Mono framework implements these elements well enough, but at the level of debugging it has catch up a little. Mono framework offers this possibility not only on Windows system, but on other popular operating systems. Improving MonoDevelop imply better development experience for developers on every OS. Creating TasksPad is one way to achieve it.