(netbeans) branch php-nb22-features updated (35a83e09a5 -> b33890d1b1)

2024-02-04 Thread junichi11
This is an automated email from the ASF dual-hosted git repository.

junichi11 pushed a change to branch php-nb22-features
in repository https://gitbox.apache.org/repos/asf/netbeans.git


from 35a83e09a5 Merge pull request #6981 from 
junichi11/php-gh-6980-incorrect-formatting
 add da5a813ffa PHP: Implemented display of exception message when 
exception breakpoints are hit
 new b33890d1b1 Merge pull request #6992 from 
troizet/php_exception_breakpoint_show_message

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../php/dbgp/breakpoints/BreakpointModel.java  | 44 --
 .../php/dbgp/breakpoints/ExceptionBreakpoint.java  | 40 
 .../modules/php/dbgp/packets/RunResponse.java  | 31 ++-
 3 files changed, 109 insertions(+), 6 deletions(-)


-
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



(netbeans) 01/01: Merge pull request #6992 from troizet/php_exception_breakpoint_show_message

2024-02-04 Thread junichi11
This is an automated email from the ASF dual-hosted git repository.

junichi11 pushed a commit to branch php-nb22-features
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit b33890d1b102b0548db5063512df22c4601579f8
Merge: 35a83e09a5 da5a813ffa
Author: Junichi Yamamoto 
AuthorDate: Mon Feb 5 08:31:47 2024 +0900

Merge pull request #6992 from troizet/php_exception_breakpoint_show_message

PHP: Implemented display of exception message when exception breakpoints 
are hit

 .../php/dbgp/breakpoints/BreakpointModel.java  | 44 --
 .../php/dbgp/breakpoints/ExceptionBreakpoint.java  | 40 
 .../modules/php/dbgp/packets/RunResponse.java  | 31 ++-
 3 files changed, 109 insertions(+), 6 deletions(-)


-
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