Cache indexing when switching between debug and release

Is there any way to cache the work done when switching between build configurations?

Say I'm working in release, and run my program. Something goes wrong, so I switch to debug configuration. It takes several minutes to switch (Indexing, Updating Symbols, ...). I fix my problem, and now I want to switch back to release (because running a full test in Debug would take too long). But when I switch back, I have to go through the whole rigmarole again, even though very little has changed. Is there a way to cache and reuse the work done when indexing and updating symbols on release mode the first time (or otherwise get around the waiting)?

0

Please sign in to leave a comment.