mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 13:28:50 +03:00
fix letter case
parent
f5335338fe
commit
d11f8b8b04
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ Now, you can use GDB as you usually would. Whenever you print a variable with a
|
|||
|
||||
For example, suppose you are at a breakpoint and print the value of a variable named `data`, which is a `QByteArray`, containing an HTTP request.
|
||||
|
||||
- output Without pretty printers:
|
||||
- output without pretty printers:
|
||||
```
|
||||
(gdb) print data
|
||||
$1 = (const QByteArray &) @0x555555e2ecd0: {d = 0x555555e46610}
|
||||
|
|
Loading…
Reference in a new issue