Open cerrv opened 1 year ago
".open -a module!class.function" does this, although the beginning of a function doesn't always seem to have a source mapping. Would be nice if there was an easy way to probe for the "next available source line" so you don't have to do something like .open -a ConsoleApp1!ConsoleApp1.Test.Foo+18
to get it to work.
Did not work. “.open -a” takes a native image address.
@emmasab Do we have any updates on this?
provide a new command in sos or windbg to open managed source files by passing module and method name or code/ip address.