|
|
|
|
|
by slededit
2997 days ago
|
|
And yet on large programs unless you are very careful about which symbols get loaded VS will crash deterministically while debugging. This gets worse and worse over time as windows itself pulls in more modules for the same code with every update. 4GB simply isn't enough address space to keep every symbol in memory. I could manually manage them but that should be the computers job not mine. |
|