|
|
|
|
|
by Dayshine
2936 days ago
|
|
>DotNet Core debugger is proprietary . You can only debug apps within Microsoft environment according to their license. People keep bringing this up as if it's some evil plan, not a legacy problem. The debugger is based on Visual Studio's closed source debugger. Visual Studio is a major paid product. It's not simple to just extract an integral feature from a paid product. |
|
Why? This isn't a technical challenge. As far as I know, the actual debugging engines are pretty isolated modules with some alternative interfaces already available (e.g. cdb). So where do you see the real challenge?