Connection not established: debug extention not installed
SHORT version:
I have JetBrains IDE Support 2.0.9 installed in Chrome (the browser I'm debugging in).
What debug extension does this refer to?
Where do I find it?
LOTS OF DETAIL
I'm trying to set .js breakpoints in a .php file and getting an error when I try to debug the first .php file choice (which should let me debug the javascript rather than the php).
I then see the script in the Console tab, which I thought might let me then set breakpoints. Is that right?
But I get "Connection not established". (see screenshot)
It further says "no debug extension is installed".
I have the JB Chrome IDE Support pluggin installed.
I have the "listening for debug connections" enabled.
I can't tell if I'm using the internal phpStorm Server or XAMPP (on my local machine)

FYI, my configuratiohn (displayed after I click the Update Interpreter)
PHP version: 5.5.8
PHP CLI: C:\Program Files (x86)\PHP\v5.5.8\php.exe
PHP CGI: C:\Program Files (x86)\PHP\v5.5.8\php-cgi.exe
Loaded Configuration File: Not Found
Debugger extension: Not Found
Loaded extensions:
bcmath, calendar, Core, ctype, date, dom, ereg, filter, ftp, hash, iconv, json, libxml, mcrypt, mhash, mysqlnd, odbc, pcre, PDO, Phar, Reflection, session, SimpleXML, SPL, standard, tokenizer, wddx, xml, xmlreader, xmlwriter, zip, zlib
Configuration options:
| allow_url_fopen | 1 |
| allow_url_include | 0 |
| always_populate_raw_post_data | 0 |
| arg_separator.input | & |
| arg_separator.output | & |
| asp_tags | 0 |
| assert.active | 1 |
| assert.bail | 0 |
| assert.callback | |
| assert.quiet_eval | 0 |
| assert.warning | 1 |
| auto_append_file | |
| auto_detect_line_endings | 0 |
| auto_globals_jit | 1 |
| auto_prepend_file | |
| bcmath.scale | 0 |
| browscap | |
| date.default_latitude | 31.7667 |
| date.default_longitude | 35.2333 |
| date.sunrise_zenith | 90.583333 |
| date.sunset_zenith | 90.583333 |
| date.timezone | |
| default_charset | |
| default_mimetype | text/html |
| default_socket_timeout | 60 |
| disable_classes | |
| disable_functions | |
| display_errors | 1 |
| display_startup_errors | 0 |
| doc_root | |
| docref_ext | |
| docref_root | |
| enable_dl | 1 |
| enable_post_data_reading | 1 |
| error_append_string | |
| error_log | |
| error_prepend_string | |
| error_reporting | 0 |
| exit_on_timeout | 0 |
| expose_php | 1 |
| extension_dir | C:\php |
| file_uploads | 1 |
| filter.default | unsafe_raw |
| filter.default_flags | |
| from | |
| highlight.comment | #FF8000 |
| highlight.default | #0000BB |
| highlight.html | #000000 |
| highlight.keyword | #007700 |
| highlight.string | #DD0000 |
| html_errors | 0 |
| iconv.input_encoding | ISO-8859-1 |
| iconv.internal_encoding | ISO-8859-1 |
| iconv.output_encoding | ISO-8859-1 |
| ignore_repeated_errors | 0 |
| ignore_repeated_source | 0 |
| ignore_user_abort | 0 |
| implicit_flush | 1 |
| include_path | .;C:\php\pear |
| log_errors | 0 |
| log_errors_max_len | 1024 |
| mail.add_x_header | 0 |
| mail.force_extra_parameters | |
| mail.log | |
| max_execution_time | 0 |
| max_file_uploads | 20 |
| max_input_nesting_level | 64 |
| max_input_time | -1 |
| max_input_vars | 1000 |
| mcrypt.algorithms_dir | |
| mcrypt.modes_dir | |
| memory_limit | 128M |
| mysqlnd.collect_memory_statistics | 0 |
| mysqlnd.collect_statistics | 1 |
| mysqlnd.debug | |
| mysqlnd.log_mask | 0 |
| mysqlnd.mempool_default_size | 16000 |
| mysqlnd.net_cmd_buffer_size | 4096 |
| mysqlnd.net_read_buffer_size | 32768 |
| mysqlnd.net_read_timeout | 31536000 |
| mysqlnd.sha256_server_public_key | |
| mysqlnd.trace_alloc | |
| odbc.allow_persistent | 1 |
| odbc.check_persistent | 1 |
| odbc.default_cursortype | 3 |
| odbc.default_db | |
| odbc.default_pw | |
| odbc.default_user | |
| odbc.defaultbinmode | 1 |
| odbc.defaultlrl | 4096 |
| odbc.max_links | -1 |
| odbc.max_persistent | -1 |
| open_basedir | |
| output_buffering | 0 |
| output_handler | |
| pcre.backtrack_limit | 1000000 |
| pcre.recursion_limit | 100000 |
| phar.cache_list | |
| phar.readonly | 1 |
| phar.require_hash | 1 |
| post_max_size | 8M |
| precision | 14 |
| realpath_cache_size | 16K |
| realpath_cache_ttl | 120 |
| register_argc_argv | 1 |
| report_memleaks | 1 |
| report_zend_debug | 0 |
| request_order | |
| sendmail_from | |
| sendmail_path | |
| serialize_precision | 17 |
| session.auto_start | 0 |
| session.cache_expire | 180 |
| session.cache_limiter | nocache |
| session.cookie_domain | |
| session.cookie_httponly | |
| session.cookie_lifetime | 0 |
| session.cookie_path | / |
| session.cookie_secure | |
| session.entropy_file | |
| session.entropy_length | 0 |
| session.gc_divisor | 100 |
| session.gc_maxlifetime | 1440 |
| session.gc_probability | 1 |
| session.hash_bits_per_character | 4 |
| session.hash_function | 0 |
| session.name | PHPSESSID |
| session.referer_check | |
| session.save_handler | files |
| session.save_path | |
| session.serialize_handler | php |
| session.upload_progress.cleanup | 1 |
| session.upload_progress.enabled | 1 |
| session.upload_progress.freq | 1% |
| session.upload_progress.min_freq | 1 |
| session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS |
| session.upload_progress.prefix | upload_progress_ |
| session.use_cookies | 1 |
| session.use_only_cookies | 1 |
| session.use_strict_mode | 0 |
| session.use_trans_sid | 0 |
| short_open_tag | 1 |
| SMTP | localhost |
| smtp_port | 25 |
| sql.safe_mode | 0 |
| sys_temp_dir | |
| track_errors | 0 |
| unserialize_callback_func | |
| upload_max_filesize | 2M |
| upload_tmp_dir | |
| url_rewriter.tags | a=href,area=href,frame=src,form=,fieldset= |
| user_agent | |
| user_dir | |
| user_ini.cache_ttl | 300 |
| user_ini.filename | .user.ini |
| variables_order | EGPCS |
| windows.show_crt_warning | 0 |
| xmlrpc_error_number | 0 |
| xmlrpc_errors | 0 |
| zend.detect_unicode | 1 |
| zend.enable_gc | 1 |
| zend.multibyte | 0 |
| zend.script_encoding | |
| zlib.output_compression | 0 |
| zlib.output_compression_level | -1 |
| zlib.output_handler |
Please sign in to leave a comment.
more info:
This is on Windows 7, latest Chrome and phpStorm (10)
Please see https://confluence.jetbrains.com/display/PhpStorm/Browser+Debugging+Extensions