Is it possible to debug a binary-only process for which I don't have any sources with Visual Studio in a way that I can have Debug breakpoints on entries of any loaded DLL ? Or do I have to use WinDbg for that ?
Asked
Active
Viewed 94 times
0
-
Does this answer your question? [Using windbg from Visual Studio](https://stackoverflow.com/questions/3438489/using-windbg-from-visual-studio) – Lex Li May 20 '22 at 12:06
-
Debug / Attach to process ... -> yes, it is possible. – Thomas Weller May 20 '22 at 12:15
-
That doesn't help me. I want to do the whole debugging from Visual Studio and I want to breakpoint DLL entry points from there. – Bonita Montero May 21 '22 at 05:11