When I create basic Android project on eclipse I can press debug button and get the screen like this:

It is very comfortable debug screen, I can set the breakpoints, see flow, so on.
But when I am working with Maven project I can get only DDMS window which is not what I like to see. Do someone know how to make debug window working while deployed with maven android plugin?
Found it!!!
Debug button doesn’t work, but if manifest file contains debug parameter in manifest file:
What do I have to add to the manifest to debug an Android application on an actual Device?
so after it launched -> go to DDMS press debug on your process -> then switch on debug perspective and enjoy!!!