Python
Common debugging techniques for Python microservices
Build and deploy to a test environment
Log analysis
Remote debugging
Introduction to debugging Python microservices with mirrord
Sample application setup
Prerequisites


Debug in the CLI with Python and mirrord
1) Run the application locally without mirrord

2) Install mirrord
3) Run the application with mirrord

Debug the Python app with VS Code and the mirrord extension
1) Install required VS Code extensions
2) Configure mirrord target

3) Run and debug without mirrord first
4) Enable mirrord and run again
5) Set a breakpoint and debug a real request



Debugging with mirrord vs. other debugging techniques
Conclusion
Last updated
Was this helpful?

