Tagged Questions
The debug-build tag has no wiki summary.
15
votes
14answers
4k views
STL Alternative
I really hate using STL containers because they make the debug version of my code run really slowly. What do other people use instead of STL that has reasonable performance for debug builds?
I'm a ...
3
votes
2answers
331 views
Prevent deploying debug build with ClickOnce
I'm publishing a ClickOnce application with VS2008, but before every publish I have to switch to Release config manually. This is fine as far as I don't forget to switch. Is there a way to prevent ...
1
vote
2answers
44 views
Side-by-Side configuration error for 64-bit debug build in VS2008
I am working on a 64-bit OS windows 7 ultimate machine VS2008 with 64bit addon.
I have successfully build my projects in both 32 & 64 bit, debug and release config.
The 64 bit debug is not ...
1
vote
5answers
734 views
How can I link against the debug/release libraries automatically in VC++ 6.0?
I am trying to maintain a program written 5 years ago in VC++ 6.0. It uses our 'common' libraries. The trouble I have is that it either links against the debug version of these libraries or the ...
1
vote
3answers
2k views
Running vc2008 debug builds on non-dev machines
I'm building my app in vc2008 and testing it on a network of machines.
Is there any way, other than installing Visual Studio 2008, to run a debug build of a C++ program on another machine? (i.e. that ...
0
votes
3answers
245 views
Weird console messages when deploying app to iPad
yesterday my app was deploying (debug build) to the iPad fine. but today I upgraded to iOS 4.2.1 (ie the current one), and now it spits a lot of nonsense out on the console, and hangs for an ...