Home End User

RB Pascal enduser debugging?

Hi, is there a way for end users to ebug their RB Pascal code and if so, how?
Thanks for any help!

Comments

  • edited May 2020
    There is no debugger included with RAP. If you would like to debug your RAP code you have a few options...

    1. Use CodeSite by Raize Software (http://www.raize.com). There is an example of integrating CodeSite with RAP located in the \RBuilder\Demos\0. RAP\2. CodeSite\... directory. An "Express" version of CodeSite is included with Delphi.

    2. Place "ShowMessage" commands in your RAP code to find out certain values during execution.

    3. Use ReportBuilder controls to temporarily monitor RAP values, etc.


    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
Sign In or Register to comment.