# What is DDMS? Describe some of its capabilities.

URL: https://answers.mindstick.com/qa/32780/what-is-ddms-describe-some-of-its-capabilities

What is DDMS? Describe some of its capabilities.

## Answers

### Answer by Prateek sharma

Dalvik Debug Monitor Server or ddmsand is a tool which is used to debug the code. this is deprecated after android studio 3 and above.now we use the android profilerand instead.it provides various services like providing logcatand information, thread andand heap information, screen capture on the device etc.

