Skip to content

Instantly share code, notes, and snippets.

@kamranrad1993
Forked from hotwatermorning/lldb.txt
Created August 3, 2022 19:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamranrad1993/57952f7edfb4dd071096f8ed572b44d5 to your computer and use it in GitHub Desktop.
Save kamranrad1993/57952f7edfb4dd071096f8ed572b44d5 to your computer and use it in GitHub Desktop.
Step into std::function with lldb of Xcode
(lldb) settings show target.process.thread.step-avoid-regexp
target.process.thread.step-avoid-regexp (regex) = ^std::
(lldb) settings set target.process.thread.step-avoid-regexp ""
http://stackoverflow.com/questions/19413181/step-into-stl-sources-in-xcode-5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment