Note that there are some explanatory texts on larger screens.

plurals
  1. POhow to select laravel controller to test using netbeans
    primarykey
    data
    text
    <p>I'm using netbeans 7.3 to debug my laravel 3.2 project. I'm having trouble getting xdebug to work, as it does not stop at breakpoints (BTW the same setup works fine with a codeigniter project, so I don't think its the IDE, or xdebug).</p> <p>I have the following arguments set in The project properties->Run configuration dialog box:</p> <pre><code>project URL: http://localhost/my_project/public/my_controller index file: blank arguments: blank </code></pre> <p>It runs fine, its just xdebug which does not work. Could someone give me a hand getting it working?</p> <p>my development stack is <a href="http://www.easyphp.org/" rel="nofollow">http://www.easyphp.org/</a> . In my php.ini file at the botton I have:</p> <p>I just ran my phpinfo through the tailored installation instructions at and got:</p> <pre><code>Tailored Installation Instructions Summary Xdebug installed: Only as PHP extension! Server API: Apache 2.4 Handler Apache Lounge Windows: yes - Compiler: MS VC9 - Architecture: x86 Zend Server: no PHP Version: 5.4.6 Zend API nr: 220100525 PHP API nr: 20100525 Debug Build: no Thread Safe Build: yes Configuration File Path: C:\Windows Configuration File: F:\EZPHP\apache\php.ini Extensions directory: F:\EZPHP\php\php546x130301155435\ext Instructions Warning: You seem to have Xdebug loaded as a normal PHP extension only. This will cause odd issues, please see the FAQ entry on it. Download Move the downloaded file to F:\EZPHP\php\php546x130301155435\ext Edit F:\EZPHP\apache\php.ini and add the line zend_extension = F:\EZPHP\php\php546x130301155435\ext\ Restart the webserver </code></pre> <p>I've tried this, but I notice it doesn't say which version to download. I downloaded the 32 bit threadsafe version and now have at the bottom of php.ini:</p> <pre><code>Xdebug ;zend_extension = "${path}\php\php546x130301155435\php_xdebug-2.2.1-5.4-vc9.dll" zend_extension = "F:\EZPHP\php\php546x130301155435\ext\php_xdebug-2.2.2-5.4-vc9.dll" xdebug.default_enable=0 xdebug.remote_enable=1 xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.remote_autostart = false xdebug.dump_globals=1 xdebug.dump=COOKIE,FILES,GET,POST,REQUEST,SERVER,SESSION xdebug.dump.SERVER=REMOTE_ADDR,REQUEST_METHOD,REQUEST_URI xdebug.show_local_vars=1 xdebug.show_mem_delta=1 xdebug.collect_includes=1 xdebug.collect_vars=1 xdebug.collect_params=4 xdebug.collect_return=1 xdebug.auto_trace=0 xdebug.trace_options=0 xdebug.trace_format=0 xdebug.trace_output_dir="${path}\xdebug\trace" xdebug.trace_output_name="trace.%t" xdebug.profiler_enable=0 xdebug.profiler_append=1 xdebug.profiler_enable_trigger=1 xdebug.profiler_output_dir="${path}\xdebug\profiler" xdebug.profiler_output_name="cachegrind.out.%s.%t" ;/Xdebug ;PHPExt extension=php_bz2.dll extension=php_curl.dll ;extension=php_fileinfo.dll extension=php_gd2.dll ;extension=php_gettext.dll ;extension=php_gmp.dll ;extension=php_intl.dll ;extension=php_imap.dll ;extension=php_interbase.dll ;extension=php_ldap.dll extension=php_mbstring.dll ;extension=php_exif.dll extension=php_mysql.dll extension=php_mysqli.dll ;extension=php_oci8.dll ;extension=php_oci8_11g.dll extension=php_openssl.dll ;extension=php_pdo_firebird.dll extension=php_pdo_mysql.dll ;extension=php_pdo_oci.dll ;extension=php_pdo_odbc.dll ;extension=php_pdo_pgsql.dll extension=php_pdo_sqlite.dll ;extension=php_pgsql.dll ;extension=php_pspell.dll ;extension=php_shmop.dll ;extension=php_snmp.dll ;extension=php_soap.dll extension=php_sockets.dll ;extension=php_sqlite.dll extension=php_sqlite3.dll ;extension=php_sybase_ct.dll ;extension=php_tidy.dll ;extension=php_xmlrpc.dll extension=php_xsl.dll extension=php_yaz.dll ;/PHPExt </code></pre> <p>following directions, a put a file in my document root containing <pre><code>Configuration File (php.ini) Path C:\Windows Loaded Configuration File F:\EZPHP\apache\php.ini </code></pre> <p>just as an additional note, I just found out that it will break when I hard code in xdebug_break()</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload