Hi all -

I've got PBP integrated into MPLAB, and I'm pretty happy with the setup.

I thought I'd ask if I'm missing the best way to step and trace through my code.

Sometimes I'd like to trace only through the .LST listing, other times only the .BAS listing. I can't seem to find a consistent way to get it to do what I'd like...it seems to jump between the Basic and Assembly sections of the program, but not in a manner that I find consistent. How do I make it stay only within the Basic code sometimes, and only within the Assembly code other times? Is that even possible?

Also, why does the "Step Over" command require multiple invocations for each line of Basic code? I know it's doing something below the surface in the .asm listing, but why doesn't it just step one Basic line per invocation? Do I have things set up wrong?

Thanks for the help, and all the other great things this forum has to offer...