Hello Robert Gayo,
It seems your debugging problem is not related to Telerik Reporting at all. As I said previously, there is nothing special about the report classes generated by the Report Designer which you should be aware of when debugging.
If you are still not convinced try the following experiment:
- Open the sample solution that comes with the Telerik Reporting installation in Visual Studio
- Add a breakpoint in the constructor of any report from the class library and run the Web Demo in debug mode
- Select the report from the menu and the debugger should hit the breakpoint immediately.
Perhaps there is something wrong with your web site that prevents you from debugging. Check the compiled DLL of your report library inside the BIN folder. If it is not up to date, this might confuse the debugger. Delete the contents of the BIN folder, then add a reference to the report library again and perform a full rebuild of the solution. This should guarantee the web site is using the latest compiled version of the report library.
Sincerely yours,
Ivan
the Telerik team