From f9956b8ca6dee467f9f4a4b36102494f4698d708 Mon Sep 17 00:00:00 2001 From: Nenkai Date: Tue, 30 Jun 2026 20:30:06 +0200 Subject: [PATCH] docs: alert user on drms when attempting to attach a debugger to a newly created mod project --- docs/ProjectSetup.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/ProjectSetup.md b/docs/ProjectSetup.md index 6d77c3a1..7af3aedc 100644 --- a/docs/ProjectSetup.md +++ b/docs/ProjectSetup.md @@ -80,4 +80,8 @@ If you have built your mod in `Debug` configuration and a supported IDE/Debugger ![Debugger Launch](./Images/DebuggerLaunch.png) -Select your IDE/Debugger of choice and have fun. \ No newline at end of file +Select your IDE/Debugger of choice and have fun. + +!!! warning + + Some games running [Steam's DRM](https://partner.steamgames.com/doc/features/drm) may not trigger breakpoints after a debugger is attached. To get around this, unpack the executable first (with utilities such as [Steamless](https://github.com/atom0s/Steamless)) and edit the application within Reloaded-II to use the new executable. \ No newline at end of file