Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where is debug options in instruments?

Instruments CoreAnimation's Screenshots

Why can't I find "debug options" in Xcode 9.3's instruments? Can anyone solve this problem?

like image 898
Damon Avatar asked Apr 19 '18 03:04

Damon


People also ask

How do I use Debug option?

Run the program in debug modeClick the Run icon in the gutter, then select Modify Run Configuration. Enter arguments in the Program arguments field. Click the Run button near the main method. From the menu, select Debug.

How do I enable debugging in Visual Studio?

In the Visual Studio toolbar, make sure the configuration is set to Debug. To start debugging, select the profile name in the toolbar, such as <project profile name>, IIS Express, or <IIS profile name> in the toolbar, select Start Debugging from the Debug menu, or press F5.

How do I start debugging in Visual Studio code?

To bring up the Run and Debug view, select the Run and Debug icon in the Activity Bar on the side of VS Code. You can also use the keyboard shortcut Ctrl+Shift+D. The Run and Debug view displays all information related to running and debugging and has a top bar with debugging commands and configuration settings.


1 Answers

"The Core Animation instrument and template have been deprecated in Instruments. The functionality previously under "Debug Options" has moved to Xcode, under "Debug > View Debugging."

Source: Xcode Release Notes

like image 106
Taarna Avatar answered Oct 11 '22 14:10

Taarna