Tagged Questions

2
votes
1answer
271 views

Visual studio debugger: Break on entering an external function?

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 ...