• src/sbbs3/jsdebug.c

    From rswindell@VERT to CVS commit on Thursday, January 01, 2015 14:38:34
    src/sbbs3 jsdebug.c 1.3 1.4
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv19817

    Modified Files:
    jsdebug.c
    Log Message:
    Added aparent missing break to killscript_handler() which was one of the things that was crashing the last time I tried to use this feature.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Wednesday, January 07, 2015 20:31:46
    src/sbbs3 jsdebug.c 1.4 1.5
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv11179

    Modified Files:
    jsdebug.c
    Log Message:
    Instead of breaking during killscript_handler(), ensure the entire list is traversed. The existance of the pnode variable implies this was the intent



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Wednesday, May 29, 2019 09:28:37
    src/sbbs3 jsdebug.c 1.5 1.6
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv32113

    Modified Files:
    jsdebug.c
    Log Message:
    Fix iterator in killscript_handler()




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Wednesday, May 29, 2019 09:44:04
    src/sbbs3 jsdebug.c 1.6 1.7
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv23977

    Modified Files:
    jsdebug.c
    Log Message:
    Add "quit" and "q" commands to terminate the current script.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Wednesday, May 29, 2019 20:16:44
    src/sbbs3 jsdebug.c 1.7 1.8
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv17333

    Modified Files:
    jsdebug.c
    Log Message:
    Add single-step (s) and finish (f) commands.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Sunday, February 21, 2021 00:52:58
    https://gitlab.synchro.net/main/sbbs/-/commit/1f148198d78571c8576f7df0
    Modified Files:
    src/sbbs3/jsdebug.c
    Log Message:
    Handle unknown filename.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Friday, December 29, 2023 20:36:03
    https://gitlab.synchro.net/main/sbbs/-/commit/6cee8c9212d94405c9ee33d9
    Modified Files:
    src/sbbs3/jsdebug.c
    Log Message:
    Hitting enter at the debugger prompt repeats the last command

    The 4th enhancement request of issue #674

    The other requests look a bit more involved than I'm willing to explore right now. And Deuce reassigned this back to me. So that's probably all that's going to be done.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Saturday, December 30, 2023 17:39:55
    https://gitlab.synchro.net/main/sbbs/-/commit/4e32094fd8586842d97b98d1
    Modified Files:
    src/sbbs3/jsdebug.c
    Log Message:
    Fix memory leak when exiting debug build

    CID 476253

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net