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
Debugging Functions
Hello,
Thank you.
No.djm000111 wrote:1.) Does Stimulsoft have any debugging tools to step through Function code?
It's not possible to debug your functions inside the Stimulsoft Designer.djm000111 wrote:2.) What is the best way to debug Functions in the code tab of a report?
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.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?
Thank you.
Debugging Functions
Very clear answers, thanks.
Debugging Functions
Hello,
Have a great day and let us know if you have any questions.
Thank you.
Have a great day and let us know if you have any questions.
Thank you.
-
- Posts: 4
- Joined: Wed Jun 24, 2015 10:59 am
Re: Debugging Functions
A built-in debugging feature would make the product unique. Please consider to add such a functionality.
Re: Debugging Functions
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.
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.