Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Advanced Debugging for a complex PHP project
Advanced Debugging for a complex PHP project [message #783935] Thu, 26 January 2012 19:29
TheProfound Geek is currently offline TheProfound GeekFriend
Messages: 1
Registered: January 2012
Junior Member
Hello everyone,

I am cleaning up a very huge and complex php project. To do this clean up, I need to identify which lines are not executed when I am using the certain features of the program. This is possible if eclipse can

(1) Log the line number of the code that is executed in the debugging mode. So that rest of the lines could be removed.

or

(2) Eclipse can generate a new file with only the executed portion.


I have Eclipse PDT and Xdebug working perfectly. Any hints?
Previous Topic:Update to the latest PDT
Next Topic:Setup Eclipse php environment
Goto Forum:
  


Current Time: Tue Apr 23 10:26:55 GMT 2024

Powered by FUDForum. Page generated in 0.02732 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top