Skip to content

Commit

Permalink
Fixes step of all probes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeAtHPI committed Oct 6, 2023
1 parent 17cac43 commit 6a288f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ stepping and presenter
step

| newTraces tracesChanged |
self methodReference ifNil: [^ false].
"Ugly to have subclass specific condition here, but needed to avoid step method duplication - jb"
(self methodReference isNil and: [self annotation isInstanceVariableProbe not]) ifTrue: [^ false].
self resetHeight.

newTraces := self getTraces asIdentitySet.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"newWidgetsMorph" : "pre 11/23/2020 13:43",
"removeLinesWithoutCurrentTrace:" : "jb 12/7/2020 19:00",
"resetHeight" : "pre 1/11/2021 13:59",
"step" : "pre 1/11/2021 13:59",
"step" : "joabe 10/6/2023 11:32",
"stepTime" : "pre 8/20/2020 17:35",
"update:" : "jb 12/7/2020 19:00",
"updateFrom:" : "jb 12/7/2020 19:00",
Expand Down

0 comments on commit 6a288f6

Please sign in to comment.