I am trying for debug draw in andengine but till now i did not got solution for debug draw for Box2d in andengine.if you have any solution please kindly share your solution.
EDIT: I need to visualize physics(box2d) objects in Andengine. I thought of doing this using DebugDraw functionality. But I cant get it to work. Can someone help me with this?
See AndEnginePhysicsBox2DDebugRenderer.
It’s simple, but it supports all the Box2D shapes (CircleShape and PolygonShape).