Fermer2
KillerXLe 30/03/2009 à 05:50
Depuis la version 3.0 de Xcode, il semble impossible d'utiliser l'entrée standard avec un programme interagissant en ligne de commande lorsque celui-ci est interrompu dans le debugger... J'ai fouillé un peu partout sur internet, et tout ce que je trouve concerne Xcode 2, ou encore ça:
In Xcode 3.0 the distinction between Run and Debug has been blurred. You can opt to launch your application under the debugger (Debug) or not (Run), but you do not need to stop and restart your application.
There is no more Standard I/O Log or Run Log, there is only the Console. Stdin to your app is now sent via the Console log while executing and to the debugger when paused.

trouvé ici: http://developer.apple.com/releasenotes/developertools/RN-Xcode/index.html
Ils ont l'air de considérer ça comme une feature, en plus... Et comment je fais pour donner des commandes à mon programme tout en débuggant un autre thread?...