I am trying to step into my method and instead the debugger takes me into:
and I can never get into my method. This is extremely annoying as it makes the debugger completly worthless.
Function CreateEvent:TEvent( id,source:Object=Null,data=0,mods=0,x=0,y=0,extra:Object=Null ) Return TEvent.Create( id,source,data,mods,x,y,extra ) End Function
and I can never get into my method. This is extremely annoying as it makes the debugger completly worthless.