I have bee trying to find a way to single step through PicBasic Pro code " on the bench" without connection to any microcontroller. I have not been able to find anthing that does this.

In desperation I experimented importing the PicBasic uncomplied code into Excel Vbasic and using the adjacent spreadsheet page to display/enter inputs and outputs. A it of fiddling around to set up, but it works.I can single step through PBasic code to comfirm the flow logic of the code before compiling it as normal.

Is anyone intereseted in an explanation and discussion on doing this?