How I can show the bounding box of my sprite?

Hello.

I am trying to code a simple platform game but I have problem when collide left or right with my tiles.

There is an option to show the bounding box rectangle for debug purposes?

Thanks and sorry for my bad english.

Hi,Malalt.
Cocos2d-html5 support an option to show the bounding box rectangle for debug .
Like:

cc.SPRITE_DEBUG_DRAW =  1;