Author: David Hoyle (davidghoyle@gmail.com / https://github.com/DGH2112)
Version: 1.5
Date: 26 Nov 2023
Web Page: https://github.com/DGH2112/Debugging-Tools
This is a RAD Studio plug-in which adds debugging tools to the IDE (was formally called Debug with CodeSite).
At the moment there are only 2 tools:
- Debug with CodeSite - Adds an evaluation breakpoint to the code so you can output debug data to CodeSite without having to alter the code
- Add Breakpoint - This adds / opens a breakpoint into the code and displays the full breakpoint editor for changes
This RAD Studio Open Tools API project uses a single DPR/DPROJ file for all version of RAD Studio from XE2 through to the current 12.0 Tokyo. If you need to compile the plug-in yourself just option the project in the IDE and compile and the correct IDE version suffix will be applied to the output DLL.
The options are in the main IDEs options page under third parties.
It will only save file added to a project - files change that are on a search path will NOT be saved.
You can download a binary of this project if you don't want to compile it yourself from the web page above.