Jonathon LeFaive

Avatar
  • Total activity 19
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 8
  • Created

    GDB Pretty Print on El Capitan

    Has anyone successfully gotten gdb pretty printing to work on El Capitan? I've tried both g++-mp-4.9 and g++-mp-5. I've also tried the bundled gdb and gdb 7.9  from MacPorts.  My ~/.gdbinit looks l...
    • 1 follower
    • 2 comments
    • 0 votes
  • Created

    Default View Mode Settings

    Is there a way to save the docked mode / pinned mode settings across projects?
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    CMAKE_COLOR_MAKEFILE=ON

    I just downloaded build 7, and I must say that colored build output makes a world of difference. I've never been so happy to see build errors before. This just made my day.
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    How to get rid of parameter completions?

    I can't find anything in the preferences to get rid of the grey parameter placeholders after autocompleting. Is this possible?It becomes counter productive when, for example, I press tab on the wro...
    • 1 follower
    • 2 comments
    • 0 votes
  • Created

    Can't step into library code.

    I am not able to step into shared library functions, and I get the following message in the gdb console even though the file in question does exist.No source file named /Users/jonathonl/Developer/C...
    • 3 followers
    • 2 comments
    • 1 vote
  • Created

    Trigger Completions Pointer Arrow

    Is there a way to have AppCode trigger c++ completions when typing a pointer arrow (->) and/or a double colon (::)? I can only get completions with ^Space and Period.
    • 2 followers
    • 1 comment
    • 0 votes