# debugging
Developers can use the following tools for Mini Program debugging.
- vConsole: View on your phone
console
API Output log contents and additional debugging information. - Source Map: Restore JS Error stack
- [Real machine debugging]((Devtools /remote-debug-2)): The use of developer tools, through the network connection, the mobile phone running on the Mini Program debugging, to help developers better locate and find problems on the phone.
- Real Time Log: Quickly troubleshoot Mini Program vulnerabilities and locate problems