Windbg: Breakpoint SOS, or SOSEX.DLL name of the method

519 Views Asked by At

While debugging with SOS or SOSEX in managed code, I can set breakpoints using !mbm *!*GetSubscription for example, is there any way to get the method name?

Example: bp 8373772 ".printf \"methodname\";gc".

The idea is to have the name of the methods executed similar like wt -l command does.

1

There are 1 best solutions below

1
On BEST ANSWER

You can use !sosex.mln to get the name of whatever, if any, managed object, method, etc. Is located at a given address.