Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

How to set breakpoint in Report Builder source file

edited May 2007 in General
How do I set the breakpoint in RB source file?
I tried to build my application but cannot set breakpoint in source file.

Comments

  • edited May 2007
    Hi Alan,

    First be sure you have replace the \RBuilder\Lib\ entry with
    \RBuilder\Source\ in your Delphi library path. Then check to be sure your
    debug environment is set up to break on exceptions. You should then not
    need to assign a break point, Delphi will stop for you when the exception
    occurs and you should be able to trace into the RB code and see where the
    problem occured.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.