We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4dfdd5 commit 34c1d05Copy full SHA for 34c1d05
text/0000-quick-debug-macro.md
@@ -475,6 +475,8 @@ Several names has been proposed for the macro. Some of the candidates were:
475
+ `show!`, inspired by Haskell. `show` was deemed less obvious than `dbg!`.
476
+ `peek!`, which was also deemed less obvious.
477
+ `DEBUG!`, which was deemed too screamy.
478
++ `qdbg!`, which was deemed to hurt searchability and learnability since it
479
+isn't prefixed with `d`(ebug).
480
481
While it is unfortunate that `debug!` was unavailable, `dbg!` was deemed the
482
next best thing, which is why it was picked as the name of the macro.
0 commit comments