gambas-source-code/main/lib/debug
Benoît Minisini c78d7fb496 Add component name in debugger positions.
[INTERPRETER]
* NEW: Add component name in debugger positions.

[GB.DEBUG]
* NEW: Add component name in debugger positions.
2022-07-22 20:31:51 +02:00
..
CDebug.c Debug.Signal() is a new method that signals a debugged gambas process with SIGUSR2 to ask him to pause. 2022-02-02 20:57:31 +01:00
CDebug.h
debug.c Add component name in debugger positions. 2022-07-22 20:31:51 +02:00
debug.h Add component name in debugger positions. 2022-07-22 20:31:51 +02:00
gb.debug.component
gb.debug.h Program exit now can be hold by the debugger to workaround a missing feature of the Gnome terminal. 2022-04-13 01:23:19 +02:00
main.c
main.h
Makefile.am
print.c Print constants (Null, True, False) with only the first letter in upper case. 2022-02-07 21:51:18 +01:00
print.h
profile.c The debugger and the profiler now can act inside components. 2022-02-05 00:11:10 +01:00
profile.h