• src/sbbs3/jsdebug.c

    From Deucе@VERT to Git commit to main/sbbs/master on Sun Feb 21 00:52:58 2021
    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 Fri Dec 29 20:36:03 2023
    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 Sat Dec 30 17:39:55 2023
    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
  • From Deucе@VERT to Git commit to main/sbbs/master on Sun Apr 12 00:30:06 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/d1ba227b807bb2dd1e0a13ee
    Modified Files:
    src/sbbs3/jsdebug.c
    Log Message:
    jsdebug: add source line display to backtraces and list command

    Backtraces now show the source line text below each frame (read from
    the file path returned by JS_GetScriptFilename). Silently omitted
    when the file can't be opened (dynamic scripts, cwd changes, etc).

    New "l"/"list" command works like gdb's: shows 11 lines of source
    context centered on the current PC line, with a ">" marker on the
    current line. Accepts an optional line number argument, and bare
    "l" after a previous listing continues where it left off.

    You're welcome nelgin.

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

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