hello!
when you start debugging, how do you organize your work? is there any regular actions you take before/while debugging?
in other words what's the best strategy you follow?
thank you
hello!
when you start debugging, how do you organize your work? is there any regular actions you take before/while debugging?
in other words what's the best strategy you follow?
thank you
This basically depends on what your aim is by debugging. Are you fixing some issues check data etc.
But basic thing is to setup a debugger like Visual studio or something which will make your life simpler.
My debugging strategy is to write tests so I dont need to use a debugger.