For a while now I when debugging in Delphi I have to step through the Windows.pas.
I didn't use to have to do this, but I opened a project that another employee had worked on and my Delphi program just suddenly started showing these steps in the process. So I usually have to step through "LeaveCriticalSection" and "EnterCriticalSection" about 10 - 15 times before getting back to MY code.
I have looked in the Debugger Options but can't see anything obvious that should be checked or unchecked to stop this "feature". I don't really need to see the Windows.pas, I'm pretty sure that the information in there will compile and run just fine, it's finding the errors in MY code that I'm trying to accomplish.
Any suggestions for turning this off would be greatly appreciated!
Thanks,
Leslie
I didn't use to have to do this, but I opened a project that another employee had worked on and my Delphi program just suddenly started showing these steps in the process. So I usually have to step through "LeaveCriticalSection" and "EnterCriticalSection" about 10 - 15 times before getting back to MY code.
I have looked in the Debugger Options but can't see anything obvious that should be checked or unchecked to stop this "feature". I don't really need to see the Windows.pas, I'm pretty sure that the information in there will compile and run just fine, it's finding the errors in MY code that I'm trying to accomplish.
Any suggestions for turning this off would be greatly appreciated!
Thanks,
Leslie