Compiler STVD Some differences with IAR, these things personal experience, welcome to throw bricks and pointers or additions.
1: Global find function:
STVD: Global find function is more troublesome, there are 3 actions.
IAR: There is a global search function is convenient, as long as an action, and keil the same.
2: Compile time
STVD: relatively slow.
IAR: Relatively fast.
Since the IAR can be placed in two engineering files, compile time we can just compile the changed project files. Therefore, it is not necessary to compile all the files once to save a little time.
3: Find the convenience of a variable
Example: Go to Definition of F_onoff
STVD: The feature cannot be used.
IAR: Can be used in the same project, to bring great convenience to the programmer.
4: Online Debug comparison
STVD: Very easy to enter the timing interrupt, this is a big drawback, resulting in many times can not but do not perform the desired step.
IAR: One-step execution is more useful.