How to step through code |
|
I am running dbg from the command-line. As far as I understand the proper usage is dbg-cli, file /path/to/file.php, run, step, etc. But as soon as I type "run" it completes and I have no option whatsoever to step through the code line by line. Here is what it looks like:
[root@server dbg]# dbg-cli DBG php debugger, version 2.15.5, Copyright 2001, 2007, Dmitri Dmitrienko, www.nusphere.com dbg>file /home/joe/public_html/index.php Reading symbols from /home/joe/public_html/index.php...done. dbg>step The program is not being run. dbg>run Program exited. dbg>step The program is not being run. dbg> Help!! |
||||||||||||
|
Site Admin
|
make sure that debugger module is installed. Dbg 2.15.5 should appear in phpinfo and its status should be "ENABLED = ON"
|
||||||||||||
_________________ The PHP IDE team |
How to Step Through Code |
How to step through code |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by