From d85fca41aedf7957411e1f1638611ea57b204a78 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 18 Aug 2010 14:14:33 +0200 Subject: [PATCH] add two know debugger issues. remove extra file for that. --- dist/known-issues-2.0.1 | 9 --------- doc/qtcreator.qdoc | 10 +++++++++- 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 dist/known-issues-2.0.1 diff --git a/dist/known-issues-2.0.1 b/dist/known-issues-2.0.1 deleted file mode 100644 index 9340d69e617..00000000000 --- a/dist/known-issues-2.0.1 +++ /dev/null @@ -1,9 +0,0 @@ - -Mac: - DYLD_IMAGE_SUFFIX does not work on Mac OS X Snow Leopard. So don't use the - corresponding setting in the Projects tab. - See: http://wimleers.com/blog/dyld-image-suffix-causing-havoc-on-mac-os-x-snow-leopard - A possible workaround is: - sudo mv /usr/lib/libSystem.B_debug.dylib /usr/lib/libSystem.B_debug.dylib.backup - sudo cp /usr/lib/libSystem.B.dylib /usr/lib/libSystem.B_debug.dylib.backup - diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index cfd525ebe58..8dbeddeb2ee 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -7013,7 +7013,7 @@ \title Known Issues - This section lists known issues in Qt Creator version 2.0.0. + This section lists known issues in Qt Creator version 2.0.1. The development team is aware of them, and therefore, you do not need to report them as bugs. @@ -7091,6 +7091,14 @@ paths may fail. For example, remounting parts of a file system using the --bind mount option. + \o DYLD_IMAGE_SUFFIX does not work on Mac OS X Snow Leopard. So don't use the + corresponding setting in the Projects tab. See also + \l{http://wimleers.com/blog/dyld-image-suffix-causing-havoc-on-mac-os-x-snow-leopard} A possible workaround is: \c{sudo mv /usr/lib/libSystem.B_debug.dylib +/usr/lib/libSystem.B_debug.dylib.backup} followed by \c{sudo cp +/usr/lib/libSystem.B.dylib /usr/lib/libSystem.B_debug.dylib.backup} + + \o Stepping through code on Mac sometimes collapses bits of Locals&Watchers unneededly. + \endlist */