You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Junichi Yamamoto (Jira)" <ji...@apache.org> on 2022/02/02 10:57:00 UTC

[jira] [Closed] (NETBEANS-6177) Netbeans not send STOP command to xdebug

     [ https://issues.apache.org/jira/browse/NETBEANS-6177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Junichi Yamamoto closed NETBEANS-6177.
--------------------------------------
    Fix Version/s: NB13
       Resolution: Fixed

Fixed.

> Netbeans not send STOP command to xdebug
> ----------------------------------------
>
>                 Key: NETBEANS-6177
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-6177
>             Project: NetBeans
>          Issue Type: Bug
>          Components: php - Debugger
>    Affects Versions: 12.3, 12.4, 12.5, 12.6
>         Environment: PHP 8.0.12 (cli) (built: Oct 22 2021 12:34:48) ( NTS )
> Copyright (c) The PHP Group
> Zend Engine v4.0.12, Copyright (c) Zend Technologies
>  with Zend OPcache v8.0.12, Copyright (c), by Zend Technologies
>  with Xdebug v3.1.1, Copyright (c) 2002-2021, by Derick Rethans
>            Reporter: Joseph Marques
>            Assignee: Junichi Yamamoto
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: NB13
>
>         Attachments: xdebug-netbeans-12.2.log, xdebug-netbeans-12.5.log
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Netbeans not sending "stop" command to gdb/xdebug when click on "finish debbuger session" button while debugging and stopped in breakpoint, so script continue to the end,  ignoring all other breakpoints.
> The expected behavior is to stop debbuger immediately when click on "finish debbuger session" button while stopped on breakpoint.
> In netbeans 12.2 it works ok, but when tried on 12.4 and 12.5, this problem happens.
> See attachment logs.
>  
> How to reproduce: with breakpoint setted on "echo" line, while debbuging and stopped in the breakpoint, click on "Finish Debbuger Session" button:
> {code:java}
> <?php
> echo 'exit';
> exit;
> {code}
> Result:
> Expected (Netbeans 12.2): stop without print 'exit' on the console.
> Error (Netbeans 12.5): print 'exit' on the console and exit (or execute all code after echo line if exists).
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists