VSCode에서 Unreal Attach하기

신승빈·2023년 12월 15일

UE

목록 보기
10/15

.uproject에서 build하면 생성되는 code-workspace에 미리 적혀있는 launch-configurations에 추가

{
	"name": "Attach UEProject (DebugGame)",
	"request": "attach",
	"processId": "${command:pickProcess}",
	"preLaunchTask": "UEProject Win64 DebugGame Build",
	"type": "cppvsdbg",
	"visualizerFile": ...
}

그냥 복사할 경우 request, processId 수정에 주의

profile
이상을 길잡이 삼아 로망을 추구합니다.

0개의 댓글