How do I change my debugger from GDB to LLDB

已回答

I want the debugger to display the contents of vectors but GDB does not support this. However LLDB does support this form what I've heard. I am using a Ubuntu Linux machine.

0

It is possible for Linux and OS X users. On the main menu, open the File | Settings | Build, Execution, Deployment | Toolchains. Go to the Debugger section of Dialog and select the desired debugger.

0

请先登录再写评论。