Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Don't stop on breakpoints when running the swift Object Description function #10693

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

Open
wants to merge 1 commit into
base: swift/release/6.2
Choose a base branch
from

Conversation

jimingham
Copy link

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.

rdar://150698964

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.
@jimingham jimingham requested a review from a team as a code owner May 15, 2025 20:47
Copy link

@adrian-prantl adrian-prantl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

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.

2 participants