Visual Studio debugger: Break on entering an external function?
Asked Answered
A

0

11

With "Just My Code" turned off and a source location/server, it's easy to step into functions that are not in your code. Is there a way to set a breakpoint on one of these, though?

Basically, I want to say "when this function is called from anywhere, break and show me the source". I tried the "set function breakpoint" and entering the fully-qualified name of the function, however it said it couldn't find the function.

Albuquerque answered 4/9, 2009 at 5:31 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.