Skip to content

Conversation

jimingham
Copy link

…unction (#10693)

  • The Swift object description expression was being run without setting "IgnoreBreakpointsInExpressions", so it was stopping on breakpoints. That's not how the ObjC object description is run, and is not what people expect here.

I added the setting to the options in the Swift case, and added a test that we don't stop on breakpoints in the Object Description expression.

  • Mark the tests as @swifttest and fix the test name.

(cherry picked from commit d8693d3)

…unction (swiftlang#10693)

* The Swift `object description` expression was being run without
setting "IgnoreBreakpointsInExpressions", so it was stopping on
breakpoints.  That's not how the ObjC object description is run,
and is not what people expect here.

I added the setting to the options in the Swift case, and added a
test that we don't stop on breakpoints in the Object Description
expression.

* Mark the tests as @swifttest and fix the test name.

(cherry picked from commit d8693d3)
@jimingham jimingham requested a review from JDevlieghere as a code owner May 21, 2025 16:30
@jimingham jimingham merged commit ce53671 into swiftlang:next May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant