|
|
|
|
|
by SleepyMyroslav
584 days ago
|
|
Vs story does not match my experience for AAA game projects. First vs always had start debugging without loading any symbols at all. 2nd one can load each one module on demand. 3rd local file cache for symbol servers can be very much warm (ie have most of needed symbols in RAM). 4th if your project is stuck on old Vs version you can still debug with latest version of debugger in many cases. Ie for us there are no limits of how many versions of vs dev has on their pc. It might be only available if org has volume deals with Ms though. Downloading symbols for first time from network symbol server is long but its not part of debugging cycle, at least after 1st run. |
|