On 25.08.2014 23:54, Scott Kostyshak wrote:
On Sat, Jun 14, 2014 at 5:26 AM, Peter Kümmel <kuem...@lyx.org> wrote:commit 2f17858115247a1f2b9e341e7cbe96148911c1ad Author: Peter Kümmel <syntheti...@gmx.net> Date: Sat Jun 7 11:12:31 2014 +0200On Linux show in crash message box the backtraceWould this be easy to extend to show the backtrace on assertions also? Scott
Yes, just call printCallStack() where you need it. Peter