[jira] [Commented] (NETBEANS-5166) Error occurred during communication with Xdebug

2021-01-13 Thread Jayce (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17263976#comment-17263976
 ] 

Jayce commented on NETBEANS-5166:
-

Good catch i had different versions of xdebug (cli/http).

All updated to xdebug 3.0.2, seems to work fine. Thanks !

> Error occurred during communication with Xdebug
> ---
>
> Key: NETBEANS-5166
> URL: https://issues.apache.org/jira/browse/NETBEANS-5166
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: Next
> Environment: Netbeans-dev, Php8, Xdebug 3.0.1
>Reporter: Jayce
>Assignee: Tomáš Procházka
>Priority: Minor
> Attachments: NetbeansBug.mov
>
>
> Hi.
> With dev build:
> 1) Create a break point
> 2) Run Xdebug and wait for the breakpoint to stop Xdebug.
> 3) While stopped (green Xdebug line on the breakpoint line), remove the 
> breakpoint by clicking on the red square in the gutter (line number)
> ==> Error message
>  



--
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



[jira] [Commented] (NETBEANS-5166) Error occurred during communication with Xdebug

2021-01-12 Thread Jira


[ 
https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17263960#comment-17263960
 ] 

Tomáš Procházka commented on NETBEANS-5166:
---

You are using Xdebug version 3.0.0 (indicated by {{}} 
in {{xdebug.log}}) and not 3.0.1 as stated in Environment.
[Xdebug changelog|https://xdebug.org/updates#x_3_0_1] contains fix for bug 1899 
- Crash when removing a breakpoint.

Updating Xdebug to 3.0.1 or newer will solve the issue.

> Error occurred during communication with Xdebug
> ---
>
> Key: NETBEANS-5166
> URL: https://issues.apache.org/jira/browse/NETBEANS-5166
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Affects Versions: Next
> Environment: Netbeans-dev, Php8, Xdebug 3.0.1
>Reporter: Jayce
>Priority: Minor
> Attachments: NetbeansBug.mov
>
>
> Hi.
> With dev build:
> 1) Create a break point
> 2) Run Xdebug and wait for the breakpoint to stop Xdebug.
> 3) While stopped (green Xdebug line on the breakpoint line), remove the 
> breakpoint by clicking on the red square in the gutter (line number)
> ==> Error message
>  



--
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



[jira] [Commented] (NETBEANS-5166) Error occurred during communication with Xdebug

2021-01-12 Thread Jayce (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17263925#comment-17263925
 ] 

Jayce commented on NETBEANS-5166:
-

Netbeans log:
{code:java}
Classes: loaded=13948 total loaded=13949 unloaded 1
INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 17 179 869 184
INFO [org.netbeans.modules.php.dbgp.models.VariablesModel]: Max value length 
set to 2 000
INFO [org.netbeans.modules.parsing.impl.TaskProcessor]: Task: 
org.netbeans.modules.csl.hints.GsfHintsProvider@6292cb30 : class 
org.netbeans.modules.csl.hints.GsfHintsProvider ignored cancel for 3 422 ms.
log4j:WARN No appenders could be found for logger 
(nu.validator.source.LocationRecorder).
log4j:WARN Please initialize the log4j system properly.
INFO [org.netbeans.modules.mercurial]: version: null
INFO [org.netbeans.modules.subversion]: Cache not yet initialized, showing 
default actions
INFO [org.netbeans.modules.subversion]: Finished indexing svn cache with 0 
entries. Elapsed time: 1 ms.
WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid shortcut: 
org.openide.loaders.XMLDataObject@2faa9037[MultiFileObject@3b5ed234[Actions/Help/master-help.xml]]
WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid shortcut: 
org.openide.loaders.BrokenDataShadow@312532ac[MultiFileObject@534122cf[Keymaps/NetBeans/D-BACK_QUOTE.shadow]]
WARNING [null]: Last record repeated again.{code}
xdebug.log
{code:java}
[64517] [Step Debug] <- breakpoint_remove -i 17 -d 645170001
[64524] Log opened at 2021-01-13 06:53:30.241224
[64524] [Step Debug] INFO: Connecting to configured address/port: 
localhost:9003.
[64524] [Step Debug] INFO: Connected to debugging client: localhost:9003 
(through xdebug.client_host/xdebug.client_port). :-)
[64524] [Step Debug] -> https://xdebug.org/dbgp/xdebug"; 
fileuri="file:///something/httpd/NetbeansBugReport/index.php" language="PHP" 
xdebug:language_version="8.0.0" protocol_version="1.0" appid="64524" 
idekey="netbeans-xdebug">{code}
 

Can't find lines you are referring.

Please find above test lines when the problem occurred.

Maybe the null logged line?

> Error occurred during communication with Xdebug
> ---
>
> Key: NETBEANS-5166
> URL: https://issues.apache.org/jira/browse/NETBEANS-5166
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Affects Versions: Next
> Environment: Netbeans-dev, Php8, Xdebug 3.0.1
>Reporter: Jayce
>Priority: Minor
> Attachments: NetbeansBug.mov
>
>
> Hi.
> With dev build:
> 1) Create a break point
> 2) Run Xdebug and wait for the breakpoint to stop Xdebug.
> 3) While stopped (green Xdebug line on the breakpoint line), remove the 
> breakpoint by clicking on the red square in the gutter (line number)
> ==> Error message
>  



--
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



[jira] [Commented] (NETBEANS-5166) Error occurred during communication with Xdebug

2021-01-12 Thread Jira


[ 
https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17263553#comment-17263553
 ] 

Tomáš Procházka commented on NETBEANS-5166:
---

Thanks for the video, it confirms that I was testing the same thing.
I'm still not able to reproduce it using Java 8, 14 and 15 on Ubuntu 20.10.

The dialog is displayed if unexpected data were received from Xdebug and this 
error is also logged ([source 
file|https://github.com/apache/netbeans/blob/master/php/php.dbgp/src/org/netbeans/modules/php/dbgp/packets/DbgpMessage.java]).
 It can be one of
- Got ??? as data size
- Read ??? bytes from socket input stream, but expected ??? bytes

Please try to find this messages in NetBeans log.

> Error occurred during communication with Xdebug
> ---
>
> Key: NETBEANS-5166
> URL: https://issues.apache.org/jira/browse/NETBEANS-5166
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Affects Versions: Next
> Environment: Netbeans-dev, Php8, Xdebug 3.0.1
>Reporter: Jayce
>Priority: Minor
> Attachments: NetbeansBug.mov
>
>
> Hi.
> With dev build:
> 1) Create a break point
> 2) Run Xdebug and wait for the breakpoint to stop Xdebug.
> 3) While stopped (green Xdebug line on the breakpoint line), remove the 
> breakpoint by clicking on the red square in the gutter (line number)
> ==> Error message
>  



--
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



[jira] [Commented] (NETBEANS-5166) Error occurred during communication with Xdebug

2021-01-11 Thread Jayce (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17262499#comment-17262499
 ] 

Jayce commented on NETBEANS-5166:
-

I can't attach a video because the ticket is closed?

> Error occurred during communication with Xdebug
> ---
>
> Key: NETBEANS-5166
> URL: https://issues.apache.org/jira/browse/NETBEANS-5166
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Affects Versions: Next
> Environment: Netbeans-dev, Php8, Xdebug 3.0.1
>Reporter: Jayce
>Priority: Minor
>
> Hi.
> With dev build:
> 1) Create a break point
> 2) Run Xdebug and wait for the breakpoint to stop Xdebug.
> 3) While stopped (green Xdebug line on the breakpoint line), remove the 
> breakpoint by clicking on the red square in the gutter (line number)
> ==> Error message
>  



--
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



[jira] [Commented] (NETBEANS-5166) Error occurred during communication with Xdebug

2021-01-11 Thread Jayce (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17262498#comment-17262498
 ] 

Jayce commented on NETBEANS-5166:
-

I guess you should test again.

See attachment

 

> Error occurred during communication with Xdebug
> ---
>
> Key: NETBEANS-5166
> URL: https://issues.apache.org/jira/browse/NETBEANS-5166
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Affects Versions: Next
> Environment: Netbeans-dev, Php8, Xdebug 3.0.1
>Reporter: Jayce
>Priority: Minor
>
> Hi.
> With dev build:
> 1) Create a break point
> 2) Run Xdebug and wait for the breakpoint to stop Xdebug.
> 3) While stopped (green Xdebug line on the breakpoint line), remove the 
> breakpoint by clicking on the red square in the gutter (line number)
> ==> Error message
>  



--
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



[jira] [Commented] (NETBEANS-5166) Error occurred during communication with Xdebug

2021-01-10 Thread Jira


[ 
https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17262284#comment-17262284
 ] 

Tomáš Procházka commented on NETBEANS-5166:
---

I was not able to reproduce the issue.

Tried PHP 7.4.13 and 8.0.0, both with Xdebug 3.0.1

 

> Error occurred during communication with Xdebug
> ---
>
> Key: NETBEANS-5166
> URL: https://issues.apache.org/jira/browse/NETBEANS-5166
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Affects Versions: Next
> Environment: Netbeans-dev, Php8, Xdebug 3.0.1
>Reporter: Jayce
>Priority: Minor
>
> Hi.
> With dev build:
> 1) Create a break point
> 2) Run Xdebug and wait for the breakpoint to stop Xdebug.
> 3) While stopped (green Xdebug line on the breakpoint line), remove the 
> breakpoint by clicking on the red square in the gutter (line number)
> ==> Error message
>  



--
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



[jira] [Commented] (NETBEANS-5166) Error occurred during communication with Xdebug

2020-12-17 Thread Junichi Yamamoto (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17251341#comment-17251341
 ] 

Junichi Yamamoto commented on NETBEANS-5166:


Thank you for reporting it. Will try to have a look at it later.

> Error occurred during communication with Xdebug
> ---
>
> Key: NETBEANS-5166
> URL: https://issues.apache.org/jira/browse/NETBEANS-5166
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Debugger
>Affects Versions: Next
> Environment: Netbeans-dev, Php8, Xdebug 3.0.1
>Reporter: Jayce
>Priority: Minor
>
> Hi.
> With dev build:
> 1) Create a break point
> 2) Run Xdebug and wait for the breakpoint to stop Xdebug.
> 3) While stopped (green Xdebug line on the breakpoint line), remove the 
> breakpoint by clicking on the red square in the gutter (line number)
> ==> Error message
>  



--
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