PB has the ability to show me what line number that an error occurred that makes your code uncompilable.
Is there a way to get this line number if the code compiles, but causes an error at run time???
I am working on improving my errorhandling routines, and this would be of great benefit if it is possible?
Is there a way to get this line number if the code compiles, but causes an error at run time???
I am working on improving my errorhandling routines, and this would be of great benefit if it is possible?
Comment