vb .net Debugging Step Over not updating my Form

Permabanned
Joined
13 Nov 2006
Posts
5,798
Hi,

I'm just starting in .net and I have a listbox that I'm updating in code.

When I'm debugging and stepping over a bit of code that inserts a new item, the form is not updating in realtime.

Only when I click F5 to finish and continue, the form then updates.

Any ideas?
 
Last edited:
Back
Top Bottom