[ https://issues.apache.org/jira/browse/NETBEANS-4217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomáš Procházka resolved NETBEANS-4217. --------------------------------------- Fix Version/s: 12.3 Assignee: Tomáš Procházka Resolution: Fixed PR with fix was merged. > PHP Requested Urls window show incorrect URLs > --------------------------------------------- > > Key: NETBEANS-4217 > URL: https://issues.apache.org/jira/browse/NETBEANS-4217 > Project: NetBeans > Issue Type: Bug > Components: php - Debugger > Affects Versions: 12.0 > Environment: PHP 7.4, XDebug 2.9.2 > Reporter: Czukowski > Assignee: Tomáš Procházka > Priority: Minor > Labels: pull-request-available > Fix For: 12.3 > > Time Spent: 0.5h > Remaining Estimate: 0h > > While following [PHP > Debugging|https://netbeans-vm.apache.org/synergy/client/app/#/specification/303/v/2] > tests in Synergy, I ran into this issue. > If a built-in PHP server is used, the URL includes a port number, for example: > {code:java} > http://localhost:8000/?XDEBUG_SESSION_START=netbeans-xdebug{code} > Starting a debugging session or running the project opens the correct URL. > Yet the PHP Requested Urls output window (visible after activating option > Tools|Options|PHP|Debugging and check "Show Requested URLs") displays only > this: > {code:java} > http://localhost/?XDEBUG_SESSION_START=netbeans-xdebug{code} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists