Skip to content
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

[0.71] Re-enable direct debugging with JSC on latest OS versions #1849

Closed
wants to merge 1 commit into from

Conversation

Saadnajmi
Copy link
Collaborator

Cherry-pick of #1848 to 0.71-stable

@Saadnajmi Saadnajmi requested a review from a team as a code owner June 14, 2023 22:12
@Saadnajmi Saadnajmi changed the title [0.71] Re-enable direct debugging with JSC on iOS 16.4+ [0.71] Re-enable direct debugging with JSC on latest OS versions Jun 14, 2023
@@ -396,6 +396,13 @@ JSCRuntime::JSCRuntime(JSGlobalContextRef ctx)
stringCounter_(0)
#endif
{
// [macOS
#ifndef NDEBUG

Choose a reason for hiding this comment

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

ifndef is evil because even setting to =0 means it defines it and so dumb people like me get confused why things are compiling and then duh moment.

@Saadnajmi
Copy link
Collaborator Author

Closing this PR, plan is to pick to upstream 0.71 and then get it in our next merge.

@Saadnajmi Saadnajmi closed this Aug 16, 2023
@Saadnajmi Saadnajmi deleted the jsc-macos-71 branch August 16, 2023 10:24
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