Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to add a marker to instruments from code?

I would like add some kind of marker or even force instruments to pause when execution reaches a specific line in the code. Is this possible?

like image 314
techsMex Avatar asked Nov 11 '22 03:11

techsMex


1 Answers

You can use sign_posts using Xcode's new kdebug_signpost command. See the SO post at: https://stackoverflow.com/a/39416673/1179897

like image 192
Shaheen Ghiassy Avatar answered Nov 15 '22 00:11

Shaheen Ghiassy