I've seen many folks in our ISV community use the _NT_SYMBOL_PATH environment variable to set the path for symbols loading in VS. They often set this with symbol server included. Due to the current architecture, the environment variable is actually consumed
Read More...
Jackson on our team recently posted a sample on building a debug engine. In our architecture, the debug engine is the part that does all of the communication with the debugging/diagnostic APIs for a given platform, and communicates those back to the UI
Read More...