Skip to content

Commit

Permalink
Update OSX entitlements to allow lldb debug
Browse files Browse the repository at this point in the history
To debug native modules node should be a debuggable process, that will require the **com.apple.security.get-task-allow** entitlement.

This will solve the issue:

nodejs#34340
  • Loading branch information
ggreco authored Jul 15, 2020
1 parent 3b13032 commit bf06140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/osx-entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.get-task-allow</key>
<true/>
</dict>
</plist>

0 comments on commit bf06140

Please sign in to comment.