Big Black Friday / Cyber Monday Super-Deal Shop Early

RAD Studio 12.2 Now Available! Learn more

Ready to take your apps to the next level? Upgrade to Enterprise today. Contact sales

See What's New in RAD Studio 12.2 Athens Watch the Replay

Delphi 12 and C++Builder 12 Community Editions Released! Learn more

InterBase 2020 Update 6, released! Learn more

Discover The Getit Page

Deep discounts available on InterBase 2020 for OEM or VARs – Contact sales

Renew your Update Subscription license now Read more

RAD Studio Features

Build Apps 5x Faster for Windows, Android, iOS, macOS, and Linux

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.

Conditional Breakpoints
Explore the entire call stack

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

What is the value?
Cross Platform Live Debugging

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.