YES !
That would be great - i can't believe that...
Do you mean we could 'Run' step by step, step over, set a break-point, run to cursor, and on and on
btw - could we imagine a form to define our own function-keys ? Or may be something external like translator.exe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
some informations about the state of developement:
now the communication between xdebug and devphp is stable. (background - info: devphp uses the DBGp-Protocol with xdebug) the protocol is based on xml - messages.
all values are coded in base64coded strings. so it's a little hard to coding. but i can now start the file and walk thru the code and evaluate expressions (showed in this moment as base64coded values).... step by step i will go forward.
Hi,
Thank you for these good news, and your excellent work (as usual 8-) http://www.xdebug.org/ is talking about a "profiler" - could Dev-PHP use something like that in order to track my "guilty" code ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i will distribute in the next days/weeks? a version for testing the new feature. this will not be an official release. only for have some feedbacks. you can see the announcement in this thread...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
next step for a better devphp could be a adding xdebug-support. What you mean about?
Yes, cool !!!
YES !
That would be great - i can't believe that...
Do you mean we could 'Run' step by step, step over, set a break-point, run to cursor, and on and on
btw - could we imagine a form to define our own function-keys ? Or may be something external like translator.exe
first step is working.
running a php-file with xdebug step-into step-over, step out, setting breakpoints in the source gutter. not really stable and man things to do
but working...and coming in the next version of devphp.
imho, Freddy Mercury wrote something like
You are the champions, my friends
And keep on fighting till the end...
(... of our debugger 8-)
Didn't he ?
some informations about the state of developement:
now the communication between xdebug and devphp is stable. (background - info: devphp uses the DBGp-Protocol with xdebug) the protocol is based on xml - messages.
all values are coded in base64coded strings. so it's a little hard to coding. but i can now start the file and walk thru the code and evaluate expressions (showed in this moment as base64coded values).... step by step i will go forward.
for informations about xdebug please see:
http://www.xdebug.org/
Hi,
Thank you for these good news, and your excellent work (as usual 8-)
http://www.xdebug.org/ is talking about a "profiler" - could Dev-PHP use something like that in order to track my "guilty" code ?
yeah. a profiler should be possible - but i think this must be a second or third step. first i will implement the debugger...
Hi,
Sure, you must have a lot of more important things to do / code / imagine / ... However could it be possible to "see" your debugger via screenshots ?
http://sourceforge.net/project/screenshots.php?group_id=54728
(i definitely can't believe this could exist in the real world)
i will distribute in the next days/weeks? a version for testing the new feature. this will not be an official release. only for have some feedbacks. you can see the announcement in this thread...
Almost convinced - Cool !
see the announcement in the thread "Preview debugger". there is a preview version 2.0.13 test with xdebug support.-:)