Skip to content

Commit

Permalink
Update Debugging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMathy authored Jul 11, 2020
1 parent 539c8f3 commit d7bc105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Boop/Documentation/Debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ ___

To use debugging tools, you need a dev build of Boop. This is a restriction of JavascriptCore (the thing that runs scripts) that I have not yet found a way to avoid.

Since dev builds cannot be signed, they cannot be distributed and you need to make your own. For this, you'll need Xcode (free on the Mac App Store or the (Apple Developer Website)[https://developer.apple.com]. Once you have it, follow these steps:
Since dev builds cannot be signed, they cannot be distributed and you need to make your own. For this, you'll need Xcode (free on the Mac App Store or the [Apple Developer Website](https://developer.apple.com). Once you have it, follow these steps:

- Download the Boop source code from Github or clone it locally using git. You can find a compressed version of the source code on the (releases page)[https://github.com/IvanMathy/Boop/releases/].
- Download the Boop source code from Github or clone it locally using git. You can find a compressed version of the source code on the [releases page](https://github.com/IvanMathy/Boop/releases/).

- In the source code, find and open `Boop.xcodeproj` with Xcode. (It's in the `Boop` folder, surprisingly)

Expand Down Expand Up @@ -105,4 +105,4 @@ When reopening previously opened scripts (even from a previous development sessi

## Final wisdom

Just like any software development environment, there is inherent danger in using those tools if you don't know what you're doing. Use at your own risk, avoid clicking stuff you don't know, and be nice to people.
Just like any software development environment, there is inherent danger in using those tools if you don't know what you're doing. Use at your own risk, avoid clicking stuff you don't know, and be nice to people.

0 comments on commit d7bc105

Please sign in to comment.