Bug? x = Sender error when line is a breakpoint

nfordbscndrd

Well-Known Member
Licensed User
Longtime User
Like the Subject says:

Dim x as View
x = Sender

This works fine until I put a breakpoint on "x = Sender", then I get an error saying that the view must be initialized.

I don't know if this is a bug or just the nature of Sender, but I thought I would mention it.
 

aarondc

Member
Licensed User
Longtime User
Ah nice. I was trying to debug a generic button press event and getting exactly the same thing. Which was very confusing, as I was sure it had worked a few weeks ago in another app, but debugging it simply would not work.

Do you email current users when a new version is available?
 
Top