This might just be my lack of knowledge of how each target platform is supported using extensions more than anything else, so I'm trying to get a basis understanding.
My extension loads and runs fine when I start debugging a Windows x64 executable, but I'd like it to support other proprietary targets. Currently the extension does not load for these, and its DLL is not listed as a loaded module when debugging the extension itself. Is there a way I can confgure the extension to load for additional target types, or would I need some insider understanding of how their own Visual Studio debugger extensions work?
The platforms in question are covered under NDA so please excuse the vageness.
Cheers!
This might just be my lack of knowledge of how each target platform is supported using extensions more than anything else, so I'm trying to get a basis understanding.
My extension loads and runs fine when I start debugging a Windows x64 executable, but I'd like it to support other proprietary targets. Currently the extension does not load for these, and its DLL is not listed as a loaded module when debugging the extension itself. Is there a way I can confgure the extension to load for additional target types, or would I need some insider understanding of how their own Visual Studio debugger extensions work?
The platforms in question are covered under NDA so please excuse the vageness.
Cheers!