Page 1 of 1
Debugging Functions
Posted: Mon Aug 15, 2011 5:20 pm
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?
Debugging Functions
Posted: Tue Aug 16, 2011 7:35 am
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.
Debugging Functions
Posted: Tue Aug 16, 2011 9:09 am
by djm000111
Very clear answers, thanks.
Debugging Functions
Posted: Tue Aug 16, 2011 11:50 pm
by Andrew
Hello,
Have a great day and let us know if you have any questions.
Thank you.
Re: Debugging Functions
Posted: Wed Jun 24, 2015 11:01 am
by Raphael Affolter
A built-in debugging feature would make the product unique. Please consider to add such a functionality.
Re: Debugging Functions
Posted: Wed Jun 24, 2015 12:38 pm
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.