What are debugging methods for web development

68 views Asked by At

As we develop softwares, we need to run the program many times in order to see results for specific things, i.e method returns, variable values, ...etc. I am a web developer, focusing in Angularjs with Asp.net APIs development these days.

So what tools I can use to debug the code and test method returns, variables values, ...etc so that they do not require me to run/refresh the whole page, where sometimes I need to fill user forms in the UI page, or in Visual studio, running the project takes time.

So far I know in javascript debugger: console.log(var) only. So far, I used Chrome REST extnsion that saved my time in testing API methods resutls.

So you might answers this question by providing such Chrome extnsions, tools, editors providing debugging services. Editors for writing codes only are not preferable.

Thank you

0

There are 0 answers