Conditional Breakpoints on Call Stack

Is it possible to specify a breakpoint in Visual Studio 2010 that hits only if the calling methods up the call stack meet some specific condition? For example, and most likely, method name.

I am ideally looking for a solution in Visual Studio itself such as the conditional breakpoint, but I'll settle for testing method names up the stack in code and having a coded breakpoint.

What I'm trying to achieve is to cut out calls from a specific caller.

15
задан Adam Houldsworth 4 April 2011 в 15:06
поделиться