Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Gdomagala
Total activity
8
Last activity
August 04, 2026 12:32
Member since
July 20, 2026 16:30
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
August 04, 2026 07:27
1. Sorry - when im switchin between 2025 and 2026 it sometimes resets credential and i forgot to update them before taking screenschot.Updated screenschot: As you see - debugger is connected, test ...
Community
CLion
after update to 2026.01 remote debuging does not work
0 votes
Created
August 03, 2026 16:11
1. Mostly because real projects use custom tooling that is not (yet) available on WSL. 2.
Community
CLion
after update to 2026.01 remote debuging does not work
0 votes
Created
August 03, 2026 15:16
Try followin CMakeLists.txt:cmake_minimum_required(VERSION 4.2) project(test) set(CMAKE_CXX_STANDARD 23) set(CMAKE_CXX_SCAN_FOR_MODULES ON) set(CMAKE_CXX_EXTENSIONS ON) add_executable(test ...
Community
CLion
How to use C++20 modules in CLion
0 votes
Edited
August 03, 2026 12:18
HalloThanks for checking the problem :)1. CLion is installed on Windows machine, cross compilation occurs under Windows - using MinGW compiler suite. Resulting executable is uploaded to WSL and rem...
Community
CLion
after update to 2026.01 remote debuging does not work
0 votes