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

Debug fails in Codelobster IDE 1.6.2
http://codelobster.com/forum/viewtopic.php?f=8&t=24680
Page 1 of 1

Author:  alcl.be [ Sat Oct 05, 2019 2:22 pm ]
Post subject:  Debug fails in Codelobster IDE 1.6.2

I'm working in Windows 10 64bit with Codelobster IDE v.1.6.2 and Wamp server 3.1.9, php 7.3.8.
I cannot get debugging to work, can anybody help, please?
In attach phpinfo and settings of Codelobster

Attachments:
settings CL IDE.png
settings CL IDE.png [ 54.06 KiB | Viewed 103948 times ]
CL_IDE-1.6.2_php.ini [39.25 KiB]
Downloaded 8010 times

Author:  Admin [ Sat Oct 05, 2019 2:45 pm ]
Post subject:  Re: Debug fails in Codelobster IDE 1.6.2

Hi.

You should:

add
xdebug.remote_autostart = 1
into php.ini file and reastart your web server

or

uncheck "xDebug auto start" in the Codelobster Preferences.

Regards,
Codelobster Team.

Author:  Guest [ Sat Oct 05, 2019 4:11 pm ]
Post subject:  Re: Debug fails in Codelobster IDE 1.6.2

Thank you very much for the quick en correct answer, now the debugger works.

Just a tip:
Is het possible to give a warning via Codelobster if this Xdebug fails?
I was looking in the wrong direction while I got a message that "Xdebug found succesfully"

Author:  alcl.be [ Sat Oct 05, 2019 4:20 pm ]
Post subject:  Re: Debug fails in Codelobster IDE 1.6.2

Sorry! I did not notice that I was offline. This guest was I! ;-)
Guest Wrote:
Thank you very much for the quick en correct answer, now the debugger works.

Just a tip:
Is het possible to give a warning via Codelobster if this Xdebug fails?
I was looking in the wrong direction while I got a message that "Xdebug found succesfully"

Author:  123kajote [ Tue Oct 22, 2019 1:38 pm ]
Post subject:  Re: Debug fails in Codelobster IDE 1.6.2

hay,
I also cant get xdebuger to work...

Ive installed it, coodelobste say: Xdebug found successfully

but when I set breakpoints,.. it wont debug

(I made also a change to uncheck: xdebug auto start - and wrote the setting in previous post in php.ini)
when i check xdebug settings it also says: Xdebug found successfully

what do i do wrong?
Mfg, J from Slovenia

Attachments:
File comment: xampp
xampp.jpg
xampp.jpg [ 49.3 KiB | Viewed 103172 times ]
File comment: php ini file
php.ini [73.17 KiB]
Downloaded 7802 times
File comment: breakpoints set
codelobster_breakpoints.jpg
codelobster_breakpoints.jpg [ 94.07 KiB | Viewed 103172 times ]

Author:  Admin [ Thu Oct 24, 2019 8:02 am ]
Post subject:  Re: Debug fails in Codelobster IDE 1.6.2

Hi.

Please, add
Code:
xdebug.remote_autostart = 1

(after xdebug.remote_enable = 1)
into your php.ini file
and restart your web server.

Thanks,
Codelobster Team.

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