AppCode
 
Get AppCode
You are viewing the documentation for an earlier version of AppCode.

Debug code

Last modified: 06 September 2022

For debugging C/C++/Objective-C and Swift code, AppCode uses the LLDB debugger bundled in Xcode. Depending on the installed/enabled plugins, you can also debug code written in other languages.

During a debugging session, you launch your program with the debugger attached to it. The purpose of the debugger is to interfere with the program execution and provide you with the information on what’s happening under the hood. This facilitates the process of detecting and fixing bugs in your program.