Imagine I have some codes that call a third-party library to do something and the library calls my code which I provided on configuration to achieve what intended to.
Now I want the debugger to break automatically on the next line of my code when the third-party called. (Is there any feature?)
I know I can put a breakpoint on my code which passed to the third-party library but Imagine there are numerous codes that makes it really hard to find that configuration.
And step into on debugging is not an option because the third-party library is so complicated.
Any solution on visual studio or Rider or any other IDE would be acceptable.