GDB terminates on breakpoint on templated function call
已回答
Hi all,
we have a very annoying issue with GDB.
When the code stops on a breakpoint or when you try to step over a function, GDB just terminates the C++ program. The console output is just:
Process finished with exit code 0
This typically happens when the called function is a heavily templated function.
Can someone help?
Thanks, Thomas
请先登录再写评论。
Hi, Thomas!
Please enable debugger logging as described here, reproduce the issue and send the resulting idea.log file to clion-support at jetbrains.com. Thanks.
Thanks Anna,
I've sent the log file.
Thomas