Why aren't you using Debug (rapid) mode? Can you post the code in Activity_X.Process_Globals?
No Erel, I'm using Debug (legacy), as usual.
The process globals are the following:
Sub Process_Globals
Dim SQL1 As SQL
Dim admin As BluetoothAdmin
Dim foundDevices As List
End Sub
This Activity is the biggest one in the project, idk if that helps.
When I run on Debug(rapid) the message that prompted say that the code is too large for a try statment.
I'll try to break the code in small parts on this activity and check if it solves the issue.
I've read somewhere that the limit per method is 64kb, and this activity is quite big though.
Sorry for the late reply.