bugreport command: use code listings

pull/1206/head
disconnect3d 3 years ago committed by Disconnect3d
parent 12d4012142
commit ae9661b7f3

@ -113,7 +113,9 @@ please provide the smallest C code that reproduces the issue.
-->
Gdb session history:
```
{gdb_history}
```
### My setup
@ -132,7 +134,9 @@ If it is somehow unavailable, use:
* pwndbg version/git commit id
-->
{setup}"""
```
{setup}
```"""
gdb_config = gdb.execute("show configuration", to_string=True).split("\n")
all_info = all_versions()

Loading…
Cancel
Save