[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 2 commits: If an object has a '__DebugCount' property, it will be used by the debugger...
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 2 commits: If an object has a '__DebugCount' property, it will be used by the debugger...
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Sat, 19 Jul 2025 19:31:54 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: cf79b70a by Benoît Minisini at 2025-07-19T21:28:56+02:00 If an object has a '__DebugCount' property, it will be used by the debugger instead of 'Count' for knowing the number of elements to display. [INTERPRETER] * NEW: Don't print deprecation messages while evaluating for the debugger. * NEW: If an object has a '__DebugCount' property, it will be used by the debugger instead of 'Count' for knowing the number of elements to display. - - - - - e6913e99 by Benoît Minisini at 2025-07-19T21:31:05+02:00 Implement the 'RegExp.__DebugCount' property that tells the debugger the real number of elements in the RegExp array. [GB.PCRE] * NEW: Implement the 'RegExp.__DebugCount' property that tells the debugger the real number of elements in the RegExp array. - - - - - 4 changed files: - gb.pcre/src/regexp.c - gb.pcre/src/regexp2.c - main/gbx/gbx_api.c - main/gbx/gbx_debug.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b44f2f2db003807fe688a1a3681a075aa9bddb0c...e6913e99de8914da0ff92354305d4ac7bc001f66 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b44f2f2db003807fe688a1a3681a075aa9bddb0c...e6913e99de8914da0ff92354305d4ac7bc001f66 You're receiving this email because of your account on gitlab.com.