From 5d6e6498ef82be3fdd2e9d2da92214c4c79d0b76 Mon Sep 17 00:00:00 2001 From: Joseph Potochny Date: Tue, 19 Aug 2025 22:41:33 -0400 Subject: [PATCH] x86 does not work, x64 does (#8958) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4943dd38..4cd7f0f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -190,7 +190,7 @@ Files in `/Data` `/Export` and `/TreeData` can be massive and cause the EmmyLua ### PyCharm Community / IntelliJ Idea Community 1. Create a new "Debug Configuration" of type "Emmy Debugger(NEW)". -2. Select "x86" version. +2. Select "x64" version. 3. Select if you want the program to block (checkbox) until you attached the debugger (useful if you have to debug the startup process). 4. Copy the generated code snippet directly below `function launch:OnInit()` in `./src/Launch.lua`. 5. Start Path of Building Community