From 3b537d4023b03479a93ce9db0dd56130fd7cbf5e Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 16 Jul 2013 21:11:29 +0000 Subject: [PATCH] Fix typeos. llvm-svn: 186457 --- lldb/www/troubleshooting.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lldb/www/troubleshooting.html b/lldb/www/troubleshooting.html index 8c67a74..052771f 100755 --- a/lldb/www/troubleshooting.html +++ b/lldb/www/troubleshooting.html @@ -45,11 +45,11 @@ the header files paths.

If you set a file and line breakpoint using a full path to the source file, like Xcode does when setting a - breakpoint in its GUI on MacOSX when you click in the gutter of the source view, this path must match + breakpoint in its GUI on Mac OS X when you click in the gutter of the source view, this path must match the full paths in the debug information. If the paths mismatch, possibly due to passing in a resolved source file path that doesn't match an unresolved path in the debug information, this can cause breakpoints to not be resolved. Try setting breakpoints using the file - basaname only. + basename only.

If you are using an IDE and you move your project in your file system and build again, sometimes doing a clean then build will solve the issue.This will fix the issue if some .o files didn't get rebuilt after the move as the .o files in the build folder might still contain stale debug information with @@ -86,4 +86,4 @@ - \ No newline at end of file + -- 2.7.4