This is a migrated thread and some comments may be shown as answers.

How to debug user created functions

1 Answer 197 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Matthew Hile
Top achievements
Rank 1
Matthew Hile asked on 02 Feb 2009, 02:35 PM
I am sure that there is something simple I am missing but...

I have creates some functions that the report uses to fill in text boxes. How do I run the VS debugger to watch that code operate? I have set break points and tried to run in debug mode to no avail. I have searched the help files but again found nothing.

Thanks,

Matthew

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 03 Feb 2009, 04:42 PM
Hi Matthew,

Is your app in release or debug mode - it should be in debug if you want to debug it. Also have in mind that you cannot debug if you're only previewing the report through the designer. You would have to wire up the class library to a web/win application that instantiates a report class in order to debug the code inside the report.

Regards,
Steve
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Matthew Hile
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or