ok i figure out why, i forgot to add android:debuggable="true" to the manifest file. however, when debugging, a variable's value will only show up in the Variables view, but not the Expressions view (no explicit return value). For example, I have an EditText that returns a string, after assigning this to a member variable, mTest, i don't see it on the Expressions view, but i do see it in the Variables view, as part of the "this" tree.
On Feb 22, 1:49 am, Michael Lam <[email protected]> wrote: > yes, it's enabled. otherwise, i don't think the app would even run on > the device. > > On Feb 21, 10:15 pm, Frank Weiss <[email protected]> wrote: > > > > > Do you have USB debugging enabled on the device? > > > Press Home, Menu, Settings, Applications, Development. > > > On Sun, Feb 21, 2010 at 9:48 PM, Michael Lam <[email protected]> wrote: > > > hi, > > > > i am developing using Eclipse and MyTouch phone, while i can run the > > > application fine on the > > > > device, i can't seem to set break points for debugging. is there some > > > settings/tools i am > > > > missing? > > > > thanks. > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Android Developers" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected]<android-developers%2bunsubs[email protected]> > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en-Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

