Add new argument to info fibres to enable grouping by line/stack
Compare changes
+ 28
− 14
@@ -15,12 +15,8 @@ class FibreSupport():
@@ -34,21 +30,39 @@ class FibreSupport():
Adds an extra optional, numerical argument to info fibres
which lets you specify how many frames "up" to inspect for similarity and group. Check for same-line cases regardless of the value of that numerical argument.
Not passing that optional parameter returns output in the same format as before.