Is it possible to debug Linux core (dump) files with CLion?
Asked Answered
C

1

9

I couldn't find anything on the web and seems like it can be done with Windows, but nothing for Linux.

I want to be able to open a core dump file and debug it (using its sources and binaries) using CLion's debugger, same as you can debug with QtCreator. Is it possible? if not, does anyone know if they plan on adding this feature?

Cerium answered 7/11, 2016 at 8:56 Comment(3)
There's no such feature yet, unfortunately. Please upvote the corresponding issue on our tracker: youtrack.jetbrains.com/issue/CPP-7977 GDB: Postmortem debug with a core fileBeaufert
@EldarAbusalimov, do I have to log in to upvote?Cerium
I'm not sure, probably you doBeaufert
A
2

It appears this is available now in CLion 2020.3.

https://blog.jetbrains.com/clion/2020/11/clion-2020-3-eap-core-dump/

Athirst answered 15/11, 2020 at 0:35 Comment(1)
And I only had to wait 4 years!Cerium

© 2022 - 2024 — McMap. All rights reserved.