dotBunny / CLionSourceCodeAccess

A CLion Plugin for Unreal Engine
136 stars 26 forks source link

Unreal Engine 4.16 on Windows #64

Closed AzazKamaz closed 7 years ago

AzazKamaz commented 7 years ago

There is an "IMPORTANT" section in README.md. Is says, that this plugin can not work on Wondows host. But for me, it works: I have installed msys2 x86_64 with clang ( mingw64/mingw-w64-x86_64-clang ) And I have changed CMakeLists.txt: Because i have installed UE4 on non system drive, I need to change string set(BUILD cd "${MONO_ROOT_PATH}") to set(BUILD cd /d "${MONO_ROOT_PATH}") pluginsettings

filipeuva commented 7 years ago

Hey AzazKamaz, what's your CLion run configuration like ? Can you share a screenshot of it ? Can you debug with gdb ? Thanks in advance :)

AzazKamaz commented 7 years ago

image