You can get the integrated environment here I wrote about mex here and it is a must have. โขif you don't need the wdk, you can get debugging tools for windows as part of the windows software development kit (sdk) for windows 8.1
๐๐ถ๐๐พ๐ถ ๐ ๐ถ๐พ๐ | love letter to you ๐ | Instagram
You can get the windows sdk for windows 8.1 here.
Learn about the other tools included in debugging tools for windows that are in addition to the debugging engine and debugging environments.
Where can i find the debugging tools for my program The default installation directory for 64 bit os installs for the debugging tools is c:program files (x86) [&windows&] kits [&10&] [&debuggers&] You'll be able to edit the $_dbugdir parm file and enter the path name location for windbg (kd) Windbg is a very powerful tool for debugging and it allows you to set a breakpoint, view source code using symbol files, view stack trace, parameters to a method, memory and registers.
The best method would be to install the debugging tools redistributables via the sdk, then enable logging and install from the redists, rather than dealing with the multiple logs that will be generated by the sdk installer. In addition to the debuggers such as windbg, debugging tools for windows includes a set of tools that are useful for debugging For a complete list of the tools, see tools included in debugging tools for windows. Here is my list of most used windbg commands and what information i get for them