ddmitrie wrote: |
dbg-cli 2.11.32 and before does not pass env variables to php. You may want to use HTTP mode and in this case it's HTTP server is responsible for passing them. |
Hmm. well, I was hoping to use a php accelerator on my webserver, so I'm not sure how this would affect dbg-cli.
In any case, you pass a pointer to the invoking environment in spawn_process; what I was thinking would be having a hook that loads environmental variables here. That way, I could keep snapshots of
php variable runs around and use them as regression tests.
Quote: |
Oh yes, and is there an emacs mode |
what's expected for this mode? dbg-cli supports many gdb-like commands. What else is expected? |
well, what I would expect is the ability for emacs or vim to be able to track files and lines in these files. ie: each line that dbg-cli steps through would trigger a new buffer to be opened up, and the cursor to be pointed at the corret file and line.
Ed