| ban_dana ( @ 2009-06-06 23:40:00 |
This is how you set breakpoint in Visual Studio on OS APIs.
1. First setup the OS symbol path by either using the _NT_SYMBOL_PATH environment variable, or by using the UI (Tools->Options->Debugging->Symbols) window.
2. From the Debug->New Breakpoint menu, select "Break at Function..."
3. In the "New Breakpoint" window, enter {,,user32.dll}_SendMessageW@16 in the Function: box and click OK.
1. First setup the OS symbol path by either using the _NT_SYMBOL_PATH environment variable, or by using the UI (Tools->Options->Debugging->Symbols) window.
2. From the Debug->New Breakpoint menu, select "Break at Function..."
3. In the "New Breakpoint" window, enter {,,user32.dll}_SendMessageW@16 in the Function: box and click OK.