Question

I want to break on where Executable Module X is called, but I've no idea which function is actually called.

Is it possible to set this kind of matching-all breakpoint?

Was it helpful?

Solution

Set a memory breakpoint on its code section.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top