All Projects → k-tamura → easybuggy4django

k-tamura / easybuggy4django

Licence: MIT license
EasyBuggy clone built on Django

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to easybuggy4django

Easybuggy
Too buggy web application
Stars: ✭ 189 (+329.55%)
Mutual labels:  errors, exceptions, vulnerabilities, troubleshooting
Bugsnag Python
Official bugsnag error monitoring and error reporting for django, flask, tornado and other python apps.
Stars: ✭ 69 (+56.82%)
Mutual labels:  errors, exceptions, bugs
Bugsnag Laravel
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
Stars: ✭ 746 (+1595.45%)
Mutual labels:  errors, exceptions, bugs
Bugsnag Android
Bugsnag crash monitoring and reporting tool for Android apps
Stars: ✭ 990 (+2150%)
Mutual labels:  errors, exceptions, bugs
Bugsnag Node
[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 48 (+9.09%)
Mutual labels:  errors, exceptions, bugs
Bugsnag Android Ndk
DEPRECATED - this project now lives at bugsnag/bugsnag-android
Stars: ✭ 42 (-4.55%)
Mutual labels:  errors, exceptions, bugs
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (+15.91%)
Mutual labels:  errors, exceptions, bugs
Bugsnag Php
Bugsnag error monitoring and crash reporting tool for PHP apps
Stars: ✭ 475 (+979.55%)
Mutual labels:  errors, exceptions, bugs
Bugsnag Go
Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
Stars: ✭ 155 (+252.27%)
Mutual labels:  errors, exceptions, bugs
Bugsnag Cocoa
Bugsnag crash reporting for iOS, macOS and tvOS apps
Stars: ✭ 167 (+279.55%)
Mutual labels:  errors, exceptions, bugs
Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (+379.55%)
Mutual labels:  errors, exceptions, bugs
bugsnag-symfony
Bugsnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
Stars: ✭ 42 (-4.55%)
Mutual labels:  errors, bugs
periskop
Exception Monitoring Service
Stars: ✭ 128 (+190.91%)
Mutual labels:  errors, exceptions
Bugsnag Js
Javascript error handling tool for Bugsnag. Monitor and report JavaScript bugs & errors.
Stars: ✭ 625 (+1320.45%)
Mutual labels:  exceptions, bugs
Collision
💥 Collision is a beautiful error reporting tool for command-line applications
Stars: ✭ 3,993 (+8975%)
Mutual labels:  errors, exceptions
Traceback with variables
Adds variables to python traceback. Simple, lightweight, controllable. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing every value. Dump locals environments after errors to console, files, and loggers. Works in Jupyter and IPython. Install with pip or conda.
Stars: ✭ 509 (+1056.82%)
Mutual labels:  errors, exceptions
ConPan
ConPan: Analyze your Docker container in peace
Stars: ✭ 45 (+2.27%)
Mutual labels:  vulnerabilities, bugs
Bugsnag React Native
Error monitoring and reporting tool for native exceptions and JS errors in React Native apps
Stars: ✭ 374 (+750%)
Mutual labels:  exceptions, bugs
Exception Track
Tracking ⚠️ exceptions for Rails application and store them in database.
Stars: ✭ 102 (+131.82%)
Mutual labels:  errors, exceptions
Periskop
Exception Monitoring Service
Stars: ✭ 115 (+161.36%)
Mutual labels:  errors, exceptions
Build status License Latest Version

EasyBuggy Django

EasyBuggy clone built on Django 2.0. EasyBuggy is a broken web application in order to understand behavior of bugs and vulnerabilities, for example, memory leak, deadlock, infinite loop, SQL injection and so on.

/static/easybuggy.png

Quick Start

$ git clone https://github.com/k-tamura/easybuggy4django.git
$ cd easybuggy4django/
$ pip install -r requirements.txt
$ python manage.py runserver

However it is recommended to use venv (before running the above commands):

$ python3 -m venv venv
$ source venv/bin/activate

Access to

http://localhost:8000

To stop:

Use CTRL + C

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].