[Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Support for debugging a process not run by the IDE.

Benoît Minisini (@bminisini) gitlab at mg.gitlab.com
Wed Oct 20 02:37:43 CEST 2021



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
85cbb946 by gambas at 2021-10-20T02:28:22+02:00
Support for debugging a process not run by the IDE.

[INTERPRETER]
* NEW: Support for "remote" debugging, i.e. debugging a process not run by the IDE.
  It is activated by the existence of a symbolic link named '/tmp/gambas-<project name>.debug'
  pointing at the IDE temporary directory. The symbolic link is destroyed by the debuggee, so that
  no other process of the same project can use it.
* BUG: Remove support of two deprecated parameters in '.startup' file.
* NEW: The internal common string buffer size is now equal to 'PATH_MAX'.

[GB.DEBUG]
* NEW: Support for "remote" debugging.
* OPT: The debugger process now opens the output fifo in blocking mode when needed, and the
  debugged process opens the output fifo for reading when needed too.

- - - - -
1b5b92da by gambas at 2021-10-20T02:37:36+02:00
Support for "remote" debugging.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* NEW: A new debugger feature that allows to debug "remotely", i.e. debug a process not run by the IDE,
  provided of course that it comes from the same project.

- - - - -


14 changed files:

- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Debug/Design.module
- app/src/gambas3/.src/Debug/FDebugInfo.class
- app/src/gambas3/.src/Debug/FDebugInfo.form
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/VersionControl/FFileInfoVC.class
- main/gbx/gbx_debug.c
- main/gbx/gbx_project.c
- main/lib/debug/CDebug.c
- main/lib/debug/debug.c
- main/lib/debug/gb.debug.h
- main/share/gb_common_buffer.h


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8fda4bfccedec2d8590c1bf2a7f05178716fa995...1b5b92da725fcf91fb380d71166d72eccd3ce2da

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8fda4bfccedec2d8590c1bf2a7f05178716fa995...1b5b92da725fcf91fb380d71166d72eccd3ce2da
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20211020/cd8617c2/attachment.htm>


More information about the Notification mailing list