Skip to content

Commit

Permalink
minor amendment to scratch/README with tip how to easily debug blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Aug 20, 2018
1 parent 491cd72 commit cd401db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scratch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ This will reply with a link to http://scratchx.org in the Minecraft chat.

To develop new extensions to our Vert.x-based Minecraft remote API, we often first (before doing above) start the main() method of the SeleniumTest, which starts the TestMinecraft implementation, use `npm start` as above to run the client, and then open http://localhost:3000/?eventBusURL=http://localhost:6060/eventbus, and try out things in the Browser's Console.

To only just test Scratch (v2) integration issues in dev, you can also `npm start` and then open
http://scratchx.org/?url=http%3A%2F%2Flocalhost%3A3000%2Fminecraft.scratchx.js (the EventBus won't work, but you can debug problems with blocks).


### OSGi

Expand Down

0 comments on commit cd401db

Please sign in to comment.