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/issues/cause.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ the tree was generated by looking for its unique ID, and then generating a stack
38
38
3. Run the compiler with `-Ydebug-tree-with-id <tree-id>` flag. The compiler will print a stack trace
39
39
pointing to the creation site of the tree with the provided ID.
40
40
41
-
If you are using a debugger, you can add a breakpoint in the `ownId == debugId` section of method `allocateId` of `Positioned.scala` (you will still need the flag), this will allow you to navigate the stack with more ease.
41
+
If you are using a debugger, you can add a breakpoint after `if ownId == debugId then` in method `allocateId` of `Positioned.scala` (you will still need the flag), this will allow you to navigate the stack with more ease.
42
42
Do not use a conditional breakpoint, the time overhead is very significant for a method called as often as this one.
0 commit comments