goldshtn / msos

Command-line environment a-la WinDbg for executing SOS commands without having SOS available.
Other
96 stars 21 forks source link

More extensibility support #33

Closed goldshtn closed 9 years ago

goldshtn commented 9 years ago

Allow heap queries or some other kind of mechanism (based on the same RunInSeparateAppDomain infrastructure) access to the ClrRuntime object or to the full host with the ability to execute additional commands. This opens up automation capabilities such as getting all the HTTP requests, figuring out which thread is currently running each request, and then printing out the list of requests along with the call stack for each request.

goldshtn commented 9 years ago

Provided access to ClrRuntime -- should be enough for now.