Text / peter jiang (translated from newlc.com)
1.
Close your virus monitoring software
(
They scan them one by one.
)
2.
Block the simulator from writing debugging information on your hard drive
.
If you look at you
Temp
table of Contents
,
You will see a name called
EPOCWIND.OUT
document
.
Over time progresses
,
This file will continue to grow and make your simulator get more and more slower.
.
If you delete it
,
Then recreate one
,
And set it to read-only
.
The simulator will no longer try to write debug information.
.
3.
delete
* .Pdb
file
.Pdb (
Program database
)
File is
Microsoft Visual Studio
Created time
.
Contains auxiliary debugging information and single-step debugging code
.
No matter what
,
Be loaded into one
DLL
I will quote this time
PDB
file
,
This will increase the start time of the simulator again.
.
If you delete this
PDB
Files can effectively avoid this overhead
.
In normal case, you usually don't need this.
PDB
File
.
Temporary you need when you need to debug a program
PDB
The file can be put back.
.
Note