VBA debug not giving more details

Whenever an error in VBA, it usually goes to the line that causes the error.


Ex.

    Set sswApp = Application.SldWorks


I had a typo, it should be 'swApp', not 'sswApp'.

The problem is, I get a "Run-time error '424':  Object required." and when I press the Debug button, it goes the 'Load frmCP'  which is the frm that contains the typo.  For some reason.   In the past I usually get the line where the error is.

Did I possibly change a setting in VBA?

SolidworksApi macros