I keep seeing this message in a debug session and cannot figure out what is causing it.
Is there a easy way to determine where this happening?
Sometimes the debugger points me to this line:
But that line is defined in my process_globals as
Any Help
BobVal
Is there a easy way to determine where this happening?
Sometimes the debugger points me to this line:
B4X:
If FirstTime Then
mFirstTime = True
mUsePinPosition = 0 '<---------------- Points to this line
mGPS.Initialize("GPS")
mGPSCourseEntry = -1
mGPSCourseHole = -1
mGPSCourseList.Initialize
mGPSCourse.Initialize
mGPSParser.Initialize
End If
But that line is defined in my process_globals as
B4X:
Private mUsePinPosition As Int
Any Help
BobVal