You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_docs/contributing/debugging/other-debugging.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,6 @@ So, the error happened in the Namer's `checkNoConflict` method (after which all
121
121
Printing from the `show` and `-Xprint` is done from the Printers framework (discussed in more details below). The following settings influence the output of the printers:
122
122
123
123
```scala
124
-
valprintLines=BooleanSetting("-print-lines" , "Show source code line numbers.") withAbbreviation "--print-lines"
125
124
valuniqid=BooleanSetting("-uniqid" , "Uniquely tag all identifiers in debugging output.") withAbbreviation "--unique-id"
126
125
valXprintInline=BooleanSetting("-Xprint-inline" , "Show where inlined code comes from")
127
126
valXprintTypes=BooleanSetting("-Xprint-types" , "Print tree types (debugging option).")
0 commit comments