Debugging level when running BSFNs is different a server UBE debug log

johndanter

johndanter

Legendary Poster
Hi folks,

If you run a job with advanced options level 6 etc and produce a log, you see IF statements and assignments.
If you debug a BSFN through ObjectBrowser for example you won't. Only SQL and BSFN calls.

Is there any way to get a local debug log as detailed as those from the servers for a UBE? (showing IFs etc)

Thanks

John
 
I think the only way to get that level of debug on a BSFN would be to use visual studio on a fat client and insert break points in the BSFN.
 
IF statements and assignments

You are referring to the If/else statements in ER code, I assume? I am not aware of debug logs showing if/else statements from business functions (NER or C).
 
Back
Top