Adelcraft
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited Is there a way to remotely deploy and debug a Kotlin Multiplatform app targeting iOS?
AnsweredI am developing a Kotlin Multiplatform app that targets iOS. I develop on a Windows machine. I plan on buying a Mac Mini to be able to build the iOS target. Is there a way to tell IntelliJ IDEA to ... -
Edited Can't see variables values when debugging a program compiled with MSYS2 GCC/Clang and linked with UCRT on Windows
Hi, I'm trying to compile my C++ code with the MSYS2 GCC or Clang compiler on Windows. I have the following very simple program: #include <iostream>#include <string>int main() { std::string msg ...