Debugging Functions

Stimulsoft Reports.NET discussion
Post Reply
djm000111
Posts: 16
Joined: Wed Jul 13, 2011 1:26 pm

Debugging Functions

Post by djm000111 »

Would anyone be able to answer these questions? I'm trying to understand how to debug Functions.

1.) Does Stimulsoft have any debugging tools to step through Function code?

2.) What is the best way to debug Functions in the code tab of a report?

3.) If it's not possible to debug inside Stimulsoft Designer, how is the best way to set up a Visual Studio project to simulate the report, the calls to Functions, and then debug the Functions?
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Debugging Functions

Post by Ivan »

Hello,
djm000111 wrote:1.) Does Stimulsoft have any debugging tools to step through Function code?
No.
djm000111 wrote:2.) What is the best way to debug Functions in the code tab of a report?
It's not possible to debug your functions inside the Stimulsoft Designer.
djm000111 wrote:3.) If it's not possible to debug inside Stimulsoft Designer, how is the best way to set up a Visual Studio project to simulate the report, the calls to Functions, and then debug the Functions?
You can save your report as CSharp class (File - Save Report As - CSharp files (*.cs)), then add this class to your test project and debug it.

Thank you.
djm000111
Posts: 16
Joined: Wed Jul 13, 2011 1:26 pm

Debugging Functions

Post by djm000111 »

Very clear answers, thanks.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Debugging Functions

Post by Andrew »

Hello,

Have a great day and let us know if you have any questions.

Thank you.
Raphael Affolter
Posts: 4
Joined: Wed Jun 24, 2015 10:59 am

Re: Debugging Functions

Post by Raphael Affolter »

A built-in debugging feature would make the product unique. Please consider to add such a functionality.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Debugging Functions

Post by Alex K. »

Hello,

Unfortunately, this feature is not available in our product.
You can save your report as CSharp class, then add this class to your test project and debug it.

Thank you.
Post Reply