Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Part 1 The Basic for Developing Application | > Chapter 8 Debugging Applications | > 8.1 Debugging Applications |
This debugging method uses a debugger.
The debugger makes it possible to detect logical errors in a newly developed application while the application is running.
Debugging is normally carried out by setting breakpoints within a program's source code and then examining or modifying program variables while the program is paused at each breakpoint.
For Java API, use the debugger provided in Studio.
Refer to the following Studio online manuals for more information on debugging with the debugger:
The .NET applications can be developed efficiently using the integrated development environment "Microsoft(R) Visual Studio(R) .NET".
For the .NET API, the debugger provided by Microsoft(R) Visual Studio(R).NET is used for debugging.
Internet Information Service has to be installed in the development environment when the Web Application is debugged.
Contents
Index
![]() ![]() |