Tushar
Tushar

Reputation: 1176

Debug PHP code via Netbeans

I have setup a new application with Laravel Framework on my localhost. Now my next goal is to debug the php code via Netbeans. According to many tutorials they have asked to setup xDebug for debugging.

Will I need xDebug to do debug on localhost? or is that only for remote debugging?

Upvotes: 0

Views: 1921

Answers (1)

Avinash Babu
Avinash Babu

Reputation: 6252

Yes, you can configure xDebug to work on the localhost ..

Please check this tutorial on how to configure it properly on localhost.

Upvotes: 2

Related Questions