Hallo Benedikt,
seit ich den xDebug in der PHP.ini aktiviert habe funktioniert der Scriptly nicht mehr. Wenn man ihn startet erschein eine Warning message Modul 'xDebug' already loaded und der Scriptly wird in der Taskleiste angezeigt läßt sich aber nicht aktivieren.
Im Windows Taskmanager wird unter Scriptly Mem usage 3,000K angezeigt - ändert sich gelegentlich.
Wenn ich ihn im Taskmanager beenden will erscheint er plötzlich.
LG
P.S. Anleitung für xDebug:
# Locate and open XAMPP_HOME\php\php.ini for editing. This is the only php.ini file in XAMPP 1.7.2.
# Find and uncomment the line zend_extension = "XAMPP_HOME\php\ext\php_xdebug.dll".
# Find and uncomment the line xdebug.remote_host=localhost. Change the value of the setting from localhost to 127.0.0.1.
# Find and uncomment the line xdebug.remote_enable = 0. Change 0 to 1.
# Find and uncomment the line xdebug.remote_handler = "dbgp".
# Find and uncomment the line xdebug.remote_port = 9000.
# Save php.ini.
