need open source debugger

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

need open source debugger

Post by raghavan20 »

hi,

i have linux and windows boxes. all my web code are running in my linux box. but i normally use IDE in windows. I want to debug my scripts in my linux box from a IDE in windows. All web code are exposed to windows box using Samba. I can only work with free or open-source IDE or debugger since this is an office environment. Can you suggest me some combination of IDE and debugger which can be installed quite straight-forward and which probably you are very sure that it works?

the debugger should at least support:
debugging of files which can include many other files
inclusion of break points
using variable watches
step in, step over


Thank you.
jeffery
Forum Contributor
Posts: 105
Joined: Mon Apr 03, 2006 3:13 am
Location: Melbourne, Australia
Contact:

Post by jeffery »

User avatar
arjan.top
Forum Contributor
Posts: 305
Joined: Sun Oct 14, 2007 4:36 am
Location: Hoče, Slovenia

Post by arjan.top »

yes pdt + xdebug or zend debugger works nice :)
Post Reply