Update README.md

This commit is contained in:
Lucas Dower 2021-11-06 20:38:33 +00:00 committed by GitHub
parent dd583dbe4f
commit c7238ef214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,3 +69,6 @@ Support for choosing the block palette is not yet supported. Instead, you can ed
This is an non-commercial **unofficial** tool that is neither approved, endorsed, associated, nor connected to Mojang Studios. Block textures used are from Minecraft and usage complies with the [Mojang Studios Brand And Assets Guidelines](https://account.mojang.com/terms#brand).
![MinecraftPreview](/resources/minecraft.png)
# Debugging
To allow for your favourite debugging tools like breakpoints and call stacks, I've included launch options for debugging in VSCode. Use `Ctrl+Shift+D`, and run "*Debug Main Process*" and once the Electron window has initialised, run "*Attach to Render Process*".