[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 2 commits: External debugging now automatically triggers at first breakpoint.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 2 commits: External debugging now automatically triggers at first breakpoint.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Wed, 10 Jul 2024 05:05:43 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 289436bc by Benoît Minisini at 2024-07-10T07:02:08+02:00 External debugging now automatically triggers at first breakpoint. [INTERPRETER] * NEW: Use only the FLAG structure for interpreter flags. * NEW: External debugging now automatically triggers at first breakpoint. [GB.DEBUG] * NEW: External debugging now automatically triggers at first breakpoint. - - - - - 934f0d5f by Benoît Minisini at 2024-07-10T07:05:35+02:00 Debugger: Remove ignore process count in external debugging mode, as now the first matching process reaching a breakpoint connects to the IDE. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: Remove ignore process count in external debugging mode, as now the first matching process reaching a breakpoint connects to the IDE. - - - - - 30 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugger.class - app/src/gambas3/.src/Debug/FDebugger.form - main/gbx/gb_error.c - main/gbx/gb_error.h - main/gbx/gbx.c - main/gbx/gbx_api.c - main/gbx/gbx_archive.c - main/gbx/gbx_c_application.c - main/gbx/gbx_c_error.c - main/gbx/gbx_c_file.c - main/gbx/gbx_c_system.c - main/gbx/gbx_c_task.c - main/gbx/gbx_c_timer.c - main/gbx/gbx_class_load.c - main/gbx/gbx_component.c - main/gbx/gbx_debug.c - main/gbx/gbx_debug.h - main/gbx/gbx_eval.c - main/gbx/gbx_exec.c - main/gbx/gbx_exec.h - main/gbx/gbx_exec_loop.c - main/gbx/gbx_project.c - main/gbx/gbx_stream.c - main/gbx/gbx_string.c - main/gbx/gbx_subr_misc.c - main/gbx/gbx_subr_string.c - main/lib/debug/debug.c - main/lib/debug/debug.h - main/lib/debug/gb.debug.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f26251c4ffae4b4ba53dfea06f5c6e00c1d018c1...934f0d5f0a6f9adfd3d432724c1564f696318a21 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f26251c4ffae4b4ba53dfea06f5c6e00c1d018c1...934f0d5f0a6f9adfd3d432724c1564f696318a21 You're receiving this email because of your account on gitlab.com.