Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
programming:visual-studio [2006/12/13 20:54] cyril |
programming:visual-studio [2013/09/19 16:41] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Visual Studio tips ====== | ====== Visual Studio tips ====== | ||
| - | ===== Useful features for debug ===== | + | ===== Useful features for debugging |
| You probably already know classical features such as step-by-step execution ('' | You probably already know classical features such as step-by-step execution ('' | ||
| Line 27: | Line 27: | ||
| If your program is used by another program and you want debug it in this context, you can. | If your program is used by another program and you want debug it in this context, you can. | ||
| - | With Visual Studio you can attach the debugger to a running process. Set '' | + | With Visual Studio you can attach the debugger to a running process. Set '' |
| Then, just put a breakpoint in your DLL source code, launch your program in any way you want, and after attach the debugger with '' | Then, just put a breakpoint in your DLL source code, launch your program in any way you want, and after attach the debugger with '' | ||
