Bug? Problem with rapid debugger

EddyW

Member
Licensed User
Longtime User
We build an application that gets data from a Webservices and place it in a SQLite DB on the tablet.
At start of the application (after login) it gets an average of 5000 records (different tables) that has to be placed in a SQLlite db ( the records have not that many colums often between 3 and 10 colums)

If run the code in release mode or old debuger it works fine but when i code run in rapid debugger the application freezes without an error. its freezes while busy with parser_StartElement/Parser EndElement, this filles the sqliteDB with data from the webservices.

Dont know if this is a known error but i couldnt find info about it on the website.
 
Top