How to build and debug in a Linux distribution using VSCode? #246
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
No. It's not enough to use only dotnet to build the app, there is extra stuff (gresource and |
Beta Was this translation helpful? Give feedback.
No. It's not enough to use only dotnet to build the app, there is extra stuff (gresource and
*ui
files), and so there isjustfile
for a reason. If I'm not mistaken, the error you got initially is because*.ui
files are not found in the assembly - because they were not compiled usingblueprint-compiler
. I'm not familiar with VSCode enough so I can't say unfortunately how to properly change launch configuration, but what you essentially want is to executejust run
.But what happens on the second screenshot is a mystery to me. I can only say that it's not required to move libs to the folder with executable.