Is there a way to turn off exception handling so that you can stop the code execution right where the error took place. As all good developers do
I have taken error handling into account from the begining of the dev process but when debugging the exception handling is getting in the way. I hope there is a simple answer to this, something I missed.
Thanks
Thanks