Recently I shifted from Xcode 11.7 to Xcode 12.
But in Xcode 12, I'm missing one icon which used to show or hide the debug area(console area)
.
In Xcode 11.7, the icon was in top left corner of the IDE.
(Here is the colored one)
Now in Xcode 12, there is only one icon in there.
Do you have any idea where is the show or hide the debug area(console area) icon can be found in Xcode 12?
The first change you'll notice when the application is running and Xcode's debugger is attached to the application's process, is the Debug Area at the bottom. What you see depends on the configuration of your Xcode installation, but you should see, at the very least, the debug bar appear at the bottom of the window.
To try to debug it, set your active scheme in Xcode to be AppName > iPhone 11 Pro Max. Then using the simulator alone (not Xcode) click on the AppName to let it run. Then go into Xcode and do Debug > Attach to process by PID. Then type in the name of your App, and click Attach.
The “Debug executable” checkbox specifies whether or not you want to run with the debugger enabled. Once running, you can use Debug > Attach to Process on a process that has been launched with debugging disabled if needed. It seems like all this does is start your app with the debugger attached.
I believe that button was removed. You can open on the menu, "View" -> "Debug Area" -> "Activate Console"
You can use the keyboard shortcut: Command
+ Shift
+ Y
.
This will both hide and show the bottom debug area.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With