problem with debugger

nintiniom

nintiniom

Member
Hello!
I have a problem with the debugger.
I am trying to debug the report, but the report is not synchronized with the debugger
(The changes that I have made - are not reflected in the report, which opens in the debugger) ..
I do not know, maybe someone changed it from the debugger takes account (maybe other media) - but do not know where to look.
Maybe I did wrong to think? Tell me please.


I'm just a novice developer
 
Hi

Anytime that you have modified an object that you wish to debug, first you must rebuild it (to synchronize). To do this, within the debugger application, in the applications tree, right-click on the object, and click "Rebuild DIA". This may take a few seconds.

I would also then recommend closing debugger and re-opening it before starting to debug - sometimes it can be a bit temperamental!

Hope this helps
Aidy
 
Aidy,
thank you very much for your reply.

Eventually then helped complete cleaning the report list in the debugger and restart)
 
Back
Top