FindData from Wilbert and Purifier ?

Just starting out? Need help? Post your questions and find answers here.
User avatar
Martt
User
User
Posts: 15
Joined: Sat Dec 23, 2017 4:03 pm
Location: The Netherlands

FindData from Wilbert and Purifier ?

Post by Martt »

Hi,

I use FindData from Wilbert (http://forums.purebasic.com/english/vie ... 12&t=62519, the July 24 2018 version.
I understand that FindData uses just about every cpu register available, so I use DisableDebugger before and EnableDebugger afterward. Works fine.

Because I use FastString by Keya and a lot of other memory stuff, from time to time I like to debug with the purifier on, and a PurifierGranularity(1, 1, 1, 1) statement.
Slow as hell, but very usefull to detect problems.

However, the purifier now complains all over the place. The program should therefore appcrash without debugger also, but then it works fine.
Without purifier and with debugger it also works fine.

I don't think there is a way to disable the purifier before FindData and enable afterwards ? Or is there ?