Debug versus Release

  • Thread starter Thread starter Tim Houle
  • Start date Start date
T

Tim Houle

I need to develop and debug on an XPE image but I do not
want to clone with Visual C++ and debug .dlls installed.
Do people usually create 2 separate images debug and
release? Or do people uninstall development tools and
debug dlls and then reseal?

Thanks in advance,
Tim
 
People can use remote kernel debugging.
Or we can install to image remote debugger support, when you are done with
testing make clean build.

Regards,
Slobodan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Back
Top