1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3<plist version="1.0"> 4<dict> 5 <key>Label</key> 6 <string>com.apple.debugserver.posix.internal</string> 7 <key>ProgramArguments</key> 8 <array> 9 <string>/Developer/usr/bin/debugserver</string> 10 <string>--lockdown</string> 11 <string>--launch=posix</string> 12 </array> 13 <key>AllowByProxy</key> 14 <true/> 15</dict> 16</plist> 17