-
-
Save kamranrad1993/57952f7edfb4dd071096f8ed572b44d5 to your computer and use it in GitHub Desktop.
Step into std::function with lldb of Xcode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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