forked from qt-creator/qt-creator
add two know debugger issues. remove extra file for that.
This commit is contained in:
9
dist/known-issues-2.0.1
vendored
9
dist/known-issues-2.0.1
vendored
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
*/
|
||||
|
Reference in New Issue
Block a user