CodeLobster IDE
http://codelobster.com/forum/

Debugging command-line php scripts without browser launching
http://codelobster.com/forum/viewtopic.php?f=2&t=2706
Page 1 of 1

Author:  mihmig [ Fri Jan 25, 2013 5:48 am ]
Post subject:  Debugging command-line php scripts without browser launching

How to?
In komodo ide it is possible...

Author:  Admin [ Fri Jan 25, 2013 4:12 pm ]
Post subject:  Re: Debugging command-line php scripts without browser launc

Hi.

Codelobster can't do it now,
but we have such functionality in our plans.

Regards,
Codelobster Team.

Author:  gavind [ Sat Feb 16, 2013 1:55 pm ]
Post subject:  Re: Debugging command-line php scripts without browser launc

Debugging in nature will take up a lot of resources. Having to do it in CLI only would make a huge difference in my opinion.

Author:  mihmig [ Sat Feb 16, 2013 3:42 pm ]
Post subject:  Re: Debugging command-line php scripts without browser launc

Can I use wget(or curl) for this purpose?
in program settings could set the path to the wget.exe instead firefox.exe

Author:  Savana [ Wed Aug 28, 2013 9:35 am ]
Post subject:  Re: Debugging command-line php scripts without browser launc

debug is a DOS command, MS-DOS, OS / 2 and Microsoft Windows only on x86 and x64 not running debug.exe program. Debug can act as an assembler, disassembler, or hex dump program that allows users to interactively browse the contents of memory in assembly language, hexadecimal or ASCII

Author:  Ean1 [ Tue Apr 26, 2016 10:56 am ]
Post subject:  Re: Debugging command-line php scripts without browser launc

As of version 4.3.0, PHP supports a new SAPI type (Server Application Programming Interface) named CLI which means Command Line Interface. If you're running the latest version of PHP, you will be able to execute PHP scripts either in a browser (using the Apache server and PHP scripting engine) or from the command line (using only the PHP scripting engine). Through the integration of Xdebug, users of Codelobster can debug both browser-based PHP scripts or command line PHP scripts.

Author:  gogototo44 [ Fri Sep 16, 2016 8:40 am ]
Post subject:  Re: Debugging command-line php scripts without browser launc

Having to do it in CLI only would make a huge difference in my opinion.

Author:  henryoscar32 [ Wed Apr 19, 2017 11:09 am ]
Post subject:  Re: Debugging command-line php scripts without browser launc

Current Eclipse documents are not clear, but newer versions of PHP have a PHP-S option, to run a simple Web server test environment. You succeeded in the following setup, and note that this allows for the top / root url of your project. Eclipse wants to use the workspace folder as the root of the Web, so if using subfolders in the Werl header is acceptable, formatting will be easier.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/