Re: [android-developers] Debugging Android Test Cases (-e debug true)

2010-05-13 Thread Brett Chabot
Your procedure sounds like it should work. But note you can debug the tests from within Eclipse by doing a 'Debug As > Android JUnit test' operation. Regards, Brett. On Thu, May 13, 2010 at 3:38 PM, plusminus wrote: > Hi guys, > > did anyone actually succeed in debugging AndroidTestCases? > > I

[android-developers] Debugging Android Test Cases (-e debug true)

2010-05-13 Thread plusminus
Hi guys, did anyone actually succeed in debugging AndroidTestCases? I have a test-suite I can successfully run either from the Eclipse or from the command. But as I add the debug flags like this: adb shell am instrument -w -e debug true org.anddev.andengine.test/ android.test.InstrumentationTestR