Skip to content

Instantly share code, notes, and snippets.

@hotwatermorning
Created February 17, 2017 08:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save hotwatermorning/1c13149705ccf6d3233a043012d0d164 to your computer and use it in GitHub Desktop.
Save hotwatermorning/1c13149705ccf6d3233a043012d0d164 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