<div dir="ltr">Hi<div><br></div><div>I set a breakpoint and launch an application via lldb, and want to inspect the arguments of the method when the breakpoint triggers, however nothing shows:<br></div><div><br></div><div><div>(lldb) thread backtrace</div><div>* thread #20: tid = 0x1352c6, 0x00000001001eb510 Application`Blitz::sharpen(QImage&, int), name = 'VolumeTabSlotFilter', stop reason = breakpoint 2.1</div><div>  * frame #0: 0x00000001001eb510 Application`Blitz::sharpen(QImage&, int)</div><div>    frame #1: 0x00000001001dca79 Application`Filter::sharpen(QImage) + 25</div><div>    frame #2: 0x000000010007bbd1 Application`VolumeTab::slotFilter_sharpen() + 145</div><div>    frame #3: 0x0000000102dcb80f QtCore`QMetaObject::activate(QObject*, int, int, void**) + 2591</div><div>    frame #4: 0x0000000100080615 Application`VolumeTabSlotFilter::run() + 309</div><div>    frame #5: 0x0000000102b963e3 QtCore`QThreadPrivate::start(void*) + 339</div><div>    frame #6: 0x00007fff8f80f268 libsystem_pthread.dylib`_pthread_body + 131</div><div>    frame #7: 0x00007fff8f80f1e5 libsystem_pthread.dylib`_pthread_start + 176</div><div>    frame #8: 0x00007fff8f80d41d libsystem_pthread.dylib`thread_start + 13</div><div>(lldb) frame variable</div><div>(lldb) </div></div><div><br></div><div>What am I doing wrong? I've tried googling for a solution but have not found anything.</div><div><br></div><div>Regards,</div><div>Mikkel Eide Eriksen</div></div>