And when I try and debug for a second time it works. I then stop the running application from the menu using file exit and I get this appearing in the build log
Got a connection, launched process /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/Resources/debugserver.
curious. i had issues yesterday where i couldn’t launch an app in the debugger either. When i restarted Fire, if found it could no longer launch any new processes, not even the “adb” it runs in the background on startup, to look for Android devices. Reboot, and it “fixed itself”. can you try rebooting, as well?
of course this might also be totally unrelated.
oh, can you also check file access rights on /Users/JohnMoshakis/Documents/develop/Nougat/BindToIntegerCocoaApplication/bin/Debug/OS X/BindToIntegerCocoaApplication.app/Contents/MacOS/BindToIntegerCocoaApplication, and see if it is set to +x? Can you launch the app manually, or “without Debugging”?
Its set to +x and I can launch the app manually without debugging. I have another console app in the solution and I can debug that fine. It seems as if the debugger has a problem with cocoa apps.