[Mono-dev] PR #1411: sdb patch to expose the AppDomain of a StackFrame
Jb Evain
jbevain at gmail.com
Wed Nov 19 20:33:56 UTC 2014
Hi folks,
The soft debugger protocol currently doesn't expose the AppDomain in
which a stack frame is being executed.
This is an issue when debugging programs running multiple AppDomains,
where one thread could be executing code in many domains. You want the
ability to use the proper domain when debugging a particular stack
frame.
This PR addresses this issue:
https://github.com/mono/mono/pull/1411/
Thanks for your review,
Jb
More information about the Mono-devel-list
mailing list