Page 1 of 1

Error Logging

Posted: Wed Apr 19, 2017 9:01 am
by gcg
How can I get error logging for each subroutine?

Re: Error Logging

Posted: Wed Apr 19, 2017 9:17 am
by EViews Gareth
Could you be more specific?

Re: Error Logging

Posted: Wed Apr 19, 2017 9:30 am
by gcg
I am trying to run a program which calls many subroutines. I have error logging for the program as a whole, but something isn't working and I think the problem is in one of the subroutines. It appears that a subroutine has to be called in order to get error logging. So to test them individually with out calling them, how can I get error logging for each individual subroutine?

Re: Error Logging

Posted: Wed Apr 19, 2017 1:08 pm
by EViews Gareth
Still not sure I understand, but you can't possibly test a subroutine without actually calling it.