Jayce created NETBEANS-5060:
-------------------------------
Summary: Outdated xdebug help
Key: NETBEANS-5060
URL: https://issues.apache.org/jira/browse/NETBEANS-5060
Project: NetBeans
Issue Type: Wish
Components: php - Debugger
Reporter: Jayce
Attachments: NetbeansXdebug.png
Tested with Xdebug 3RC1 for php8, configuration changed.
Modal displayed by Netbeans (Attached) is outdated:
Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the
upgrading guide at
https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See:
https://xdebug.org/docs/errors#CFG-C-CHANGED)
Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see the
upgrading guide at
https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See:
https://xdebug.org/docs/errors#CFG-C-REMOVED)
Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the
upgrading guide at
https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See:
https://xdebug.org/docs/errors#CFG-C-CHANGED)
Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the
upgrading guide at
https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See:
https://xdebug.org/docs/errors#CFG-C-CHANGED)
For your information, the "old" value and the new one:
{code:bash}
#xdebug.remote_enable = true
xdebug.mode = debug
#xdebug.remote_handler = dbgp
#xdebug.remote_host = localhost
xdebug.client_host = localhost
#xdebug.remote_port = 9000
xdebug.client_port = 9003
{code}
Additionnal question. Default port is now 900{color:red}3{color} instead of
9000.
Is there a way to customize port number in Netbeans?
Thanks !
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists