Skip to content

Don't stop on breakpoints when running the swift Object Description f… #10722

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2025

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