Chromium Code Reviews| Index: build/config/ios/lldb_start_commands.txt |
| diff --git a/build/config/ios/lldb_start_commands.txt b/build/config/ios/lldb_start_commands.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..42e0b14c747db8f77ce9831121b754b1403d05bb |
| --- /dev/null |
| +++ b/build/config/ios/lldb_start_commands.txt |
| @@ -0,0 +1,4 @@ |
| +breakpoint set --name UIApplicationMain |
| +breakpoint set --name objc_exception_throw |
| +continue |
| +script print "........ Debugger break on main() ........" |