Step-by-Step for the NetBeans PHP Debugger

Netbeans is a Java module designed for servers. This software allows computer and Web programmers to create applications in hypertext preprocessor (PHP) environments. The Netbeans software has an on-board debugging application that allows people to debug their PHP applications. This will go through the application line by line so you can fix problems with the program..

Instructions

    • 1

      Open the Netbeans application on your computer. Click on the "Open" icon from the top of the software window. Choose your PHP program from the window to open it in the Netbeans environment.

    • 2

      Click on the character before the first line of your PHP code. The cursor should be blinking behind the first line of coding. This is the starting point for the debugger.

    • 3

      Press "Control" and "F8" on your keyboard to bring up a menu. Click the "Debug" icon from the menu.

    • 4

      Wait for the debugger to go through the program line by line. Fix the problem each time the debugger comes to a line with a problem in it.

    • 5

      Click the "Save button at the top of the software menu to save your program after it has been debugged.

Related Searches:

References

Comments

Related Ads

Featured