Hello, I am trying to debug my application in real time on the emulator. At present, when I debug the application I can step through the code but cannot see any output on the emulator screen.

Let's say I execute a line of code that says to set a buttons text, I don't see any result of this on the emulator screen (it stays the same).

Can anybody explain what I may be doing wrong please?

Many Thanks

Debug info is not posted on screen but in console of your IDE(usually frame will bellow your currently opened code and project tree). When you do debugging you will able to see in which state are object that are used, what is their current value, follow logic when if/else statement

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.