Hello,
Maybe I do not know something but there is one thing I can not get rid of when running an application in "debug" mode. I have the following line in my main activity:
If WayService.GPS1.GPSEnabled = False Then lblLocationStatus.Text = lblLocationStatus.Text & " (GPS disabled!)"
Every time program runs into this line, debugger stops on it as there is a break point, but there is not. However, application execution continues...
This is not really a showstopper, but I wonder what triggers it and if it can affect app behavior on some devices?
Sorry if I put the question wrong way, but this is my first so far... all others I found already answered!
Thanks!
Davor
Maybe I do not know something but there is one thing I can not get rid of when running an application in "debug" mode. I have the following line in my main activity:
If WayService.GPS1.GPSEnabled = False Then lblLocationStatus.Text = lblLocationStatus.Text & " (GPS disabled!)"
Every time program runs into this line, debugger stops on it as there is a break point, but there is not. However, application execution continues...
This is not really a showstopper, but I wonder what triggers it and if it can affect app behavior on some devices?
Sorry if I put the question wrong way, but this is my first so far... all others I found already answered!
Thanks!
Davor