mirror of
https://github.com/cs01/gdbgui
synced 2024-11-16 07:47:46 +01:00
Merge branch 'master' of github.com:cs01/gdbgui
This commit is contained in:
commit
0a29d474c3
3 changed files with 50 additions and 0 deletions
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Please complete the following information:**
|
||||
* OS:
|
||||
* gdbgui version (`gdbgui -v`):
|
||||
* gdb version (`gdb -v`):
|
||||
* browser [e.g. chrome, safari]:
|
||||
* python packages (`pip freeze`):
|
||||
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
|
@ -6,6 +6,7 @@
|
|||
[![image](https://img.shields.io/badge/pypi-0.11.3.1-blue.svg)](https://pypi.python.org/pypi/gdbgui/)
|
||||
![image](https://img.shields.io/badge/python-2.7,3.4,3.5,3.6,pypy-blue.svg)
|
||||
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
|
||||
|
||||
[![image](https://github.com/cs01/gdbgui/raw/master/images/gdbgui_banner.png)](https://gdbgui.com)
|
||||
|
||||
A modern, browser-based frontend to gdb (gnu debugger). Add breakpoints, view stack traces, and more in C, C++, Go, and Rust! Simply run `gdbgui` from the terminal and a new tab will open in your browser.
|
||||
|
|
Loading…
Reference in a new issue