Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Eldar Abusalimov
Total activity
36
Last activity
November 20, 2023 22:51
Member since
August 16, 2016 21:33
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
15
Activity overview
Articles (0)
Posts (0)
Comments (21)
Eldar Abusalimov
commented,
November 20, 2023 22:51
Hi!First of all, please keep in mind that there's no official public API for CLion-specific parts. While this should work, things can change under the hood in a way that could make third-party inte...
Community
IntelliJ IDEA Open API and Plugin Development
Run lldb command in the running lldb instance
0 votes
Eldar Abusalimov
commented,
May 05, 2022 14:12
Logs have different levels of verbosity, and by default, the DEBUG level is turned off as too verbose. Enabling logging through Help | Diagnostic Tools | Debug Log Settings turns on the DEBUG level...
FAQs
CLion FAQ
What to do if debugger doesn't work as expected?
1 vote
Eldar Abusalimov
commented,
February 06, 2020 12:33
Official comment
Hi Wesley, I apologize that is took too long to answer. If this is still relevant, please find the answer below. The complete signature of the method in question is: @NotNullpublic Inferior loadFor...
Community
CLion
CLion API Documentation
0 votes
Eldar Abusalimov
commented,
November 08, 2019 19:35
> What is the purpose of this question? Are you planning to specifically add features instead moving the latest version of the library? Nope. Just curious.
Community
IntelliJ IDEA Open API and Plugin Development
Kotlin Coroutines version in CLion plugin
0 votes
Eldar Abusalimov
commented,
November 08, 2019 13:41
Hi, Thanks for pinging, we'll definitely take a look and consider upgrading the version, but it's too late make such changes for the upcoming 2019.3 release. > Simply, GlobalScope does not have f...
Community
IntelliJ IDEA Open API and Plugin Development
Kotlin Coroutines version in CLion plugin
0 votes
Eldar Abusalimov
commented,
March 30, 2018 10:02
Keith, you're very welcome. CLion only separates GDB and application IO streams redirecting them to different consoles, thus both CLI prompts should work, otherwise there must be a bug in CLion. Co...
Community
CLion
Getting target program prompt in CLion debugger console
0 votes
Eldar Abusalimov
commented,
March 28, 2018 09:43
There's no such ability to switch between program input/output and the GDB console in CLion using Ctrl-C/cont commands, unfortunately. Instead, you have two consoles - one for the program itself an...
Community
CLion
Getting target program prompt in CLion debugger console
0 votes
Eldar Abusalimov
commented,
March 01, 2018 10:40
Hi, Sorry for the late response. While I can tell for sure what is the cause of the error in question, I'd like to let you know that as of the latest EAP you can you the bundled GDB multiarch for r...
Community
CLion
CLion Remote Debugging Configuring remote GDB debug on macOS local host
0 votes
Eldar Abusalimov
commented,
November 22, 2017 12:53
Rols, may I ask you to share an example of code that causes the debugger to crash? It would help up investigating the issue and implementing the workaround you suggested.If it's possible, please at...
Community
CLion
gdb failure just exits
0 votes
Eldar Abusalimov
commented,
November 07, 2017 12:10
This is no longer the case when using GDB 8.0 with CLion 2017.3 EAP: https://youtrack.jetbrains.com/issue/CPP-8175
Community
CLion
Debug output opens separate console window
0 votes