Quote Originally Posted by Kenjones1935 View Post
That's the word I have been looking for.

Is there a mechanism in PBP for setting break points.

Once that is done, is there an easy way using PICkit 2 Programmer to read the contents of a particular register?

Ken
The easiest way is to have your project do serial out using the debug statements. With your PicKit you can read the output using the uart tool. Using if then statements, you can set it to give you different information. I use this in trouble shooting a lot.