Skip to content

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

Closed
Saad Najmi (Saadnajmi) wants to merge 1 commit into
microsoft:0.71-stablefrom
Saadnajmi:jsc-macos-71
Closed

[0.71] Re-enable direct debugging with JSC on latest OS versions#1849
Saad Najmi (Saadnajmi) wants to merge 1 commit into
microsoft:0.71-stablefrom
Saadnajmi:jsc-macos-71

Conversation

@Saadnajmi

Copy link
Copy Markdown
Collaborator

Cherry-pick of #1848 to 0.71-stable

@Saadnajmi
Saad Najmi (Saadnajmi) requested a review from a team as a code ownerJune 14, 2023 22:12
@SaadnajmiSaad Najmi (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 versionsJun 14, 2023
#endif
{
// [macOS
#ifndef NDEBUG

Copy link
Copy Markdown

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
Copy Markdown
CollaboratorAuthor

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

Sign up for freeto 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

@Saadnajmi@harrieshin