Navigator area
  • About
  • Releases
  • Blog
  • Shortcuts
  • Q & A
  • Git
Editor area

This website was created to get acquainted with the Xcode development environment and the Swift programming language.

Provides links leading to download Xcode development environment.

All links lead directly to the official Apple website.

In addition to the above, there is also a page related to git tool.

Page provides basic information about git, a web page from which it can be downloaded, as well as basic commands for working in a team environment.

Debug area Variable view

Xcode's variable viewer is a feature that allows developers to inspect and monitor the values of variables and objects while debugging their code.

It provides a graphical interface for examining the state of variables and data structures in your program during runtime.

Debug area Console

LLDB (Low-Level Debugger) is an integrated debugger in Xcode used for exploring and debugging iOS applications at runtime.

When the app stops at a breakpoint, we have the option to examine variables using Xcode's variable viewer (on the left 👈🏻) or utilize LLDB's console commands.