Home
Rider Support | JetBrains
Contact Support
Community
Sign in
JetBrainsBest
Total activity
12
Last activity
October 10, 2024 15:52
Member since
September 09, 2024 17:51
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
2
Activity overview
Posts (0)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
October 02, 2024 03:40
Hi, After add “settings set symbols.load-on-demand true” rather than “settings show symbols.load-on-demand true”, I got about 2-3 times faster when start debugging. My .lldbinit file: ```settings s...
Community
General Discussion
[UE5][Linux] Starting with the LLDB attached is very slow.
0 votes
Created
October 01, 2024 17:26
Looks like my image has issues to upload.State it in text: after enabling and disabling the option, the load time from clicking the green debug button to be able to see the editor window took about...
Community
General Discussion
[UE5][Linux] Starting with the LLDB attached is very slow.
0 votes
Created
October 01, 2024 17:23
Hi, Dmitry-Kazantsev Thanks a lot for following issues on Linux! I just tested the option you mentioned, but unfortunately It's basically making no difference for me. I've attached a image to show ...
Community
General Discussion
[UE5][Linux] Starting with the LLDB attached is very slow.
0 votes
Created
September 09, 2024 18:21
Same problem here. BTW, how to check which version lldb is?
Community
General Discussion
[UE5][Linux] Starting with the LLDB attached is very slow.
0 votes
Edited
October 10, 2024 15:52
While in the constructor of ACharacter itself, I can see members of APawn, AActor, UCharacterMovement and UPawnMovementComponent. Update: I solved this by changing the build configuration to DebugG...
Community
General Discussion
[UE5][Linux] LLDB won't show inherited members.
0 votes
Edited
September 09, 2024 18:32
I can't see ACharacter or UPawnMovementComponent from the constructor of a derived class even with bTuneDebugInfoForLLDB on. (Try test with a component class override) It says “<incomplete type>” i...
Community
General Discussion
[UE5][Linux] LLDB won't show inherited members.
0 votes