Skip to content

Instantly share code, notes, and snippets.

@ArnCarveris
Forked from hotwatermorning/lldb.txt
Created January 27, 2021 14:00
Show Gist options
  • Save ArnCarveris/b508d50c5af3fe3c004e5d811fd1389f to your computer and use it in GitHub Desktop.
Save ArnCarveris/b508d50c5af3fe3c004e5d811fd1389f 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