Easy to use web-base online debugger
Project description
# Bugbuzz - easy to use online debugger
![Bugbuzz demo](/screencast.gif?raw=true )
# Ember.js Dashboard project
https://github.com/victorlin/bugbuzz-python
# Dashboard shortcuts
Vim style shortcuts
C Continue
H Return
J Next
L Step
# Usage
` pip install bugbuzz `
then insert following lines in your code to debug
`python import bugbuzz; bugbuzz.set_trace() `
# Security concerns
As bugbuzz providing debugging in a software-as-service manner, all source code and local variables needed will be uploaded to the server. However, when a debugging session created, a random secret access key will be generated, and used for encryping all source code and local variables. The access key will be passed to dashboard as a part of hash tag like this
` http://dashboard.bugbuzz.io/#/sessions/SECsLArhHBVHF5mrtvXHVp3T?access_key=<ACCESS KEY> `
With the access key, the Ember.js dashboard app can then decrypt the source code and local variables downloaded from the server. As the access key is passed as part of hash in the URL, the server cannot see it, without the access key, your source code and local variables are not visible by the server.
For more details about security topic, you can also read my article [Anonymous computing: Peer-to-peer encryption with Ember.js](http://victorlin.me/posts/2015/05/26/anonymous-computing-peer-to-peer-encryption-with-ember-js).
# Run demo
To run our demo
`bash git clone git@github.com:victorlin/bugbuzz-python.git `
install the project
`bash virtualenv --no-site-packages .env source .env/bin/activate pip install -e . `
and dependency used in the demo.py
`bash pip install requests `
then
`bash python demo.py `
It will open a new tab in your browser for debugging.
# Notice
This is just a prototype, use it at your own risk
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bugbuzz-0.1.2.tar.gz
.
File metadata
- Download URL: bugbuzz-0.1.2.tar.gz
- Upload date:
- Size: 422.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e3ceb6bd037f8ebff1f76eaec0b959807d06818fec0f8c7fd2c7328d2edcf51 |
|
MD5 | cb0bc486b35691bde30c91561efce8de |
|
BLAKE2b-256 | 1855f8ea74b4a7759770cf7b272c4e883025e59e71bd672963fcaa32e4988a59 |
File details
Details for the file bugbuzz-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: bugbuzz-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 468.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23ba6c981ce351b1abb8d0ded373e45770ce8378ab8d6f723dd94fdd2c2b5abe |
|
MD5 | b88f0e8610d4ffaa6e93ea7b48abc8cd |
|
BLAKE2b-256 | 733b254fed422a5477904a55193595989409518e4a486663ad00805f25fa257a |