Patrick Turley

- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
Patrick Turley 创建了一个帖子, 已完成CLion LLDB debugger console doesn't work
I am debugging a program using the bundled LLDB and I want to type some commands directly to LLDB.I can view the LLDB console and all its output. I can see the (lldb) prompt.The LLDB documentation... -
Patrick Turley 进行了评论, -
-
-
Patrick Turley 创建了一个帖子, 已回答I'd like to adjust the CLion (Nova) inlay font
Here's an example of some code I'm looking at, and the inlay CLion Nova shows: I would like to adjust the inlay font but, after digging around in the settings quite a bit, I can't find anything.I ... -
-
-
Patrick Turley 创建了一个帖子, 已完成Can't step into functions at all
If I've stopped on a function call, and I click on “Step Into," it never works. I step over instead.It isn't just library functions, or some troublesome module - “Step Into” never works, even on m... -
Patrick Turley 创建了一个帖子, 已回答Can I select the source for comments in hovers?
Regrettably, my organization doesn't use any kind of embedded documentation tool like Doxygen or clang-doc, so CLion can't render "cool" hovers for me. Of course, it can and does show whatever comm... -
Patrick Turley 创建了一个帖子, 已回答Can I make LLDB the default debugger?
I'm using CLion on Windows. When I attach to a process, I get two choices for my debugger: Attach with Bundled GDB Attach with Bundled LLDB The GDB option is the default so, every time I att...