User-1662538993 posted
If you have created service then it is very easy and simple as you can use normal visual studio debugger and debug it.
You can create unit test method and debug it from that unit test method.
When you call your wcf rest service from your client you can just F11 for Step Into method and debug it.
Alternatively you can use fiddler as from the link provided in another reply for debug.