Каковы недостатки поддержания работы приложения во время длительного процесса отладки? [закрыто] ⇐ C#
-
Anonymous
Каковы недостатки поддержания работы приложения во время длительного процесса отладки? [закрыто]
Step-by-step debugging efforts can take a sizeable amount of time. It often serves us to take that time while our app is running and waiting for us to eventually hit the 'Continue' button.
What are costs (for example in terms of resources, memory, etc...) to keeping an app waiting for what may turn out to be a very long stretch while one continues to step through many lines of code, perhaps even re-writing code while one is doing the stepping?
Источник: https://stackoverflow.com/questions/780 ... ng-process
Step-by-step debugging efforts can take a sizeable amount of time. It often serves us to take that time while our app is running and waiting for us to eventually hit the 'Continue' button.
What are costs (for example in terms of resources, memory, etc...) to keeping an app waiting for what may turn out to be a very long stretch while one continues to step through many lines of code, perhaps even re-writing code while one is doing the stepping?
Источник: https://stackoverflow.com/questions/780 ... ng-process
Мобильная версия