during development, I often get "Error on calling 'OnBarUpdate' method on bar xxx" due to mistakes/bugs while writing code.
I have nested methods. How can I identify in which method this error is occuring without using print statements. Can I use any debugger? How can I use Visual Studio to identify the method where this error occurs? Do I need Visual Studio at all for that?
Sincerely
Gerik

Comment