简体   繁体   中英

How to customize the Xcode toolbar?

When customizing the Xcode toolbar, am I pretty much limited by the buttons they give me in the Customize dialog?

I'd like to add actions like Step Over, Continue, Toggle Breakpoint, etc... but can't find a way to do so. I tried dragging menu items to the toolbar a la Visual Studio, but to no avail.

Am I missing something simple?

Each window has its own set of customizable options. If you open the debugger window (in the Run menu) you will see a different set of toolbar icons than the main window. The debugger comes default with Step Over and Pause/Continue, but you can customize it in the same way.

Just explore a bit and find out where you should be looking for different options.

With your Project window frontmost, choose View > Customize Toolbar. Drag the items you want from the sheet directly into the window's toolbar.

You should have those buttons by default in the little bar above the text editor when running in debug mode. That being said i dont think you can customize that toolbar.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM