Debug
Get to the bottom of bugs faster with Integrated cross platform native debugging. Using the RAD Studio IDE you can debug applications running remotely on Windows, macOS, iOS, Android and Linux!
Conditional Breakpoints
Quickly pause program execution at a specified location or when a particular condition occurs as you test and debug your application using breakpoints. Setting source breakpoints and module load breakpoints in the Code Editor before and during a debugging session enables developers to quickly identify how the code is executing at runtime and the values being processed.
Explore the entire call stack
When using breakpoints, the call stack enables developers to trace backward to discover the route the executing code took to reach the current location, allowing questions such as “how did it get here” to be answered.
If your application is multi-threaded, view the call stacks for each thread.
What is the value?
Easily display the current value of a variable while your program has paused during debugging. Point the mouse cursor to any variable name shown in the Code Editor to display ToolTip Insight
Cross Platform Live Debugging
Debug on any device! Deploy your app to any iOS, Android or Mac device and debug as though it was running locally. Use breakpoints, stack exploration, tool tips and expression evaluation on local and remote machines with live debugging across all deployment platforms.
Locate any issues, recompile and deploy directly from the RAD Studio IDE ready to debug the updated application again.