add two know debugger issues. remove extra file for that.

This commit is contained in:
hjk
2010-08-18 14:14:33 +02:00
parent 7d8c3d585d
commit d85fca41ae
2 changed files with 9 additions and 10 deletions

View File

@@ -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

View File

@@ -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
*/