I'd like to track an access violation error which is triggered.
Threads are created and perform some jobs. I suspect them to access VCL or variables without "synchronise". The Madexcept report show that the access violation occurs on the form close (form1.close;), but no more precision.
I've got many lines of codes (around 100.000).
What should I do to avoid spending too much time ? I've checked "range checking" in the debugger option.
Many thanks