gambas-source-code/main/lib/debug
gambas 9280365122 Debug.Signal() is a new method that signals a debugged gambas process with SIGUSR2 to ask him to pause.
[GB.DEBUG]
* NEW: 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.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 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
debug.h The debugger now can watch expressions, and stop when their value changes. 2021-05-24 15:34:37 +02:00
gb.debug.component
gb.debug.h Support for debugging a process not run by the IDE. 2021-10-20 02:28:22 +02:00
main.c The debugger now can watch expressions, and stop when their value changes. 2021-05-24 15:34:37 +02:00
main.h
Makefile.am
print.c Some debugger fixes. 2021-10-25 02:57:04 +02:00
print.h
profile.c
profile.h