Fresh Beginning
  • Home
  • Portfolio
  • My Clothing Shop
  • Etsy Clothing Store
  • Buy Me A Coffee
  • Patreon
  • Speaking
  • Reading
  • About Me
  • Contact Me
Subscribe

Command Line

A collection of 4 posts
Xcode symbolic breakpoints - Break at method call
Xcode

Xcode symbolic breakpoints - Break at method call

Today I am going to write about the big advanced debugging feature of LLDB. I am calling it advanced because I myself didn't know about it for a long time. It allows you to add a symbolic breakpoint which will halt the execution at a specific point so that you
Jun 14, 2019 4 min read
Advanced debugging in iOS
lldb

Advanced debugging in iOS

Other day I was watching this excellent Session on Advanced debugging with Xcode and LLDB presented at WWDC-2018. My post may be called as a gist of this talk, since this post summarizes the talk and all the examples mentioned in this post are taken from the Apple's video with
Jul 23, 2018 17 min read
UI Testing

Running UI tests from command line

Recently I ran into an interesting problem of writing UI tests. More interesting thing lied ahead when I had to run these tests on the command line. Here are some of the tips and tricks on how to run your UI tests through command line with variable options. If the
Jan 2, 2017 1 min read
Image processing

Resizing images using Mac command line

Recently while writing on my blog, I realized that some of my images were too big to upload on the online space. Problem was slow upload and then slow download for blog pages. It is quite obvious to happen for multiple images sized more than mega byte. I am quite
Jan 2, 2016 2 min read
Fresh Beginning © 2025
Powered by Ghost