|
|
|
|
|
Total Hits: 297 | Today: 0
|
Author: Utpal Chakraborty
|
Rating:
|
|

Before web development was popular and most applications were stand alone programs debugging strategies depended a lot on how and where these were being developed. When developing in C/C++ printf(...) was a favorite debugging tool on both UNIX and DOS environments for programmers. That changed when Integrated Development Environments - IDEs - like Borland's (now Inprise) Turbo C++ and Microsoft's Visual Studio came along. These allowed stepping through code and watching local and global variables in a GUI as each line of code was executed. Suddenly, debugging was much more efficient. All that changed once again with the web-programming model..
|
|
|
|
Latest Posts at Dev Forums
|
|
|
|
|
|
|
|
|
|
|