Skip to content

Commit

Permalink
Update debugging-game-and-system-logs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Oct 3, 2024
1 parent 1436e74 commit 2e6a2db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/en/manuals/debugging-game-and-system-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ D/defold ( 6210): DEBUG:SCRIPT: Hello there, log!

### iOS

You can use the [Console tool](https://support.apple.com/guide/console/welcome/mac) to read game and system log. You can use the LLDB debugger to attach to a game running on device. To debug a game it needs to be signed with a “Apple Developer Provisioning Profile” that include the device you want to debug on. Bundle the game from the editor and supply the provisioning profile in the bundle dialog (bundling for iOS is only available on macOS).
You have multiple options to read game and system logs on iOS:

1. You can use the [Console tool](https://support.apple.com/guide/console/welcome/mac) to read game and system log.
2. You can use the LLDB debugger to attach to a game running on device. To debug a game it needs to be signed with a “Apple Developer Provisioning Profile” that include the device you want to debug on. Bundle the game from the editor and supply the provisioning profile in the bundle dialog (bundling for iOS is only available on macOS).

To launch the game and attach the debugger you will need a tool called [ios-deploy](https://github.com/phonegap/ios-deploy). Install and debug your game by running the following in a terminal:

Expand Down

0 comments on commit 2e6a2db

Please sign in to comment.