You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Qt Creator 14 one could use the CMAKE_CROSSCOMPILING_EMULATOR set to wine and have a CMake project compiling and running. In my case it was Windows x64 binary running on a Ubuntu 22.04 Arm64.
I have tried with the 18.1.8 released version, also with lldb-dap, since lldb doesn't work due to missing python bindings in lldb, see #359.
The IDE will have to understand that wine is not the process to be debugged, and it should "remote connect" to the real process.
To date, I haven't found an IDE that covers this transparently, but that's where the work needs to be done.
With Qt Creator 14 one could use the
CMAKE_CROSSCOMPILING_EMULATOR
set towine
and have a CMake project compiling and running. In my case it was Windows x64 binary running on a Ubuntu 22.04 Arm64.I have tried with the 18.1.8 released version, also with
lldb-dap
, sincelldb
doesn't work due to missing python bindings in lldb, see #359.But the debugger doesn't work.
CMakeLists.txt
CMakePresets.json
llvm-mingw.cmake
main.cpp
Apparently one can use
lldb
to debug applications with wine, as seen at https://werat.dev/blog/debugging-wine-with-lldb-and-vscode/But patches are required to get things up and running.
I think it would be great if LLVM-MinGW could have Linux and macOS toolchains that would have debugging working with wine!
The text was updated successfully, but these errors were encountered: