Hi,
Well, yes. You should use "Step Over" (F10) to "single step" to avoid entering the disassembler. If you step into assembly code and you want to exit that, just hit "Step Out Of" (Shift+F11) and you should get back to the regular code.
I'm sorry that I did not understand from the beginning that this happened only while stepping through code.
Aren't you glad you didn't switch libraries? :)
Jon500