User-2122596307 posted
Hi everyone,
I have a problem in debugging my API application.
My boss provided me with a testing tool to be used in doing some test for my api. I have the solutions for the API but when I tried to run and set breakpoint in the first function to be called in my API, the program don't hit the breakpoint. I tried to attach
the testing tool process in the vs but still no debugging happened.
How can I test an api using a testing tool application? Is it possible or I really need the tool's solution, add it in the api solution and do the debugging (which I don't think they can provide me the tool's solution).
Any idea on how to do this?
Thanks