2

I would like to ask, If open a Web page from IDE say Phped, then I s it possible to go back to debug session by clicking a link on web page, so that I can run through code.

If possible can you please guide me.

Assume that I have set up my .htaccess folder like abc.html >>>index.php

Please guide.

skaffman
  • 398,947
  • 96
  • 818
  • 769
user757621
  • 73
  • 7

1 Answers1

0

To debug a PHP script, use Netbeans with XDebug.

Following links are going to help you.

Similar question - How do you debug PHP scripts?

Community
  • 1
  • 1
Raj
  • 22,346
  • 14
  • 99
  • 142