Attaching Unreal Debugger to VS Code

So, there doesn’t seem to be an “Attach to process” option in VS Code.

The closest thing is “Install Additional Debuggers” but none of the extensions seem to be the official UE4 Debugger. The ones that are there seem to be open source.

Has anyone tried any of these extensions?

Thanks.

1 Like

You just need to create an attach launch configuration. In the Debug editor (Ctrl + Shift + D) go to the drop down menu and select add config
2019-07-13%2011_47_16-BullCowPrototype%20-%20Unreal%20Editor
Then choose (Windows) attach, and that’s basically it. You can copy the visualizerFile setting from the other configs and possibly rename the config so you have something like this


After that choose that config in the drop down, start debugging and you’ll get a dialog box to choose which process to attach to and select the UE4 Editor.

6 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms