Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kockaadmiralac/cloudebug

Debugging in the cloud - my B.Sc. graduation work
https://github.com/kockaadmiralac/cloudebug

Last synced: about 7 hours ago
JSON representation

Debugging in the cloud - my B.Sc. graduation work

Awesome Lists containing this project

README

        

# Cloudebug
This repository contains my graduation work, an exploration of building a debugger for production services running in the cloud. The repository is split into several parts:

- `code/package/cloudebug_helper`: CPython extension that manipulates bytecode for inserting and removing non-breaking breakpoints
- `code/package/cloudebug`: Wrapper Python code around the CPython extension that interfaces with the app being debugged and the developer connecting through a debugging client
- `code/vscode`: Visual Studio Code extension that serves as a debugging client
- `code/dummy-app`: A sample Flask app to test debugging on
- `report`: Report from my graduation work (in Serbian!) Sorry for the DOCX format, I really did not have time to properly convert it to Markdown.