Hi Dennis
I ran gdb.sh and the SE version of gdb started correctly, apologies for that misunderstanding.
However, SE still fails to debug a core file. The debug.log file contains the following
debug[2022-08-23T10:22:21Z]GDB starting gdb: /opt/slickedit-beta/bin/gdb
debug[2022-08-23T10:22:21Z]GDB startup arg[0]=/opt/slickedit-beta/bin/gdb
debug[2022-08-23T10:22:21Z]GDB startup arg[1]=-nx
debug[2022-08-23T10:22:21Z]GDB startup arg[2]=-interpreter=mi
debug[2022-08-23T10:22:21Z]GDB startup arg[3]=-quiet
debug[2022-08-23T10:22:21Z]GDB startup arg[4]=-data-directory=/opt/slickedit-beta/toolconfig/vsdebug/
debug[2022-08-23T10:22:21Z]GDB connect, pid=5717
debug[2022-08-23T10:22:21Z]GDB connect, alive=1
debug[2022-08-23T10:22:21Z]GDB setting PYTHONPATH: /opt/slickedit-beta/toolconfig/python/python3.10
debug[2022-08-23T10:22:21Z]======================================
debug[2022-08-23T10:22:21Z] GDB command_reply: command=-list-features
debug[2022-08-23T10:22:21Z] GDB command_reply: timeout=0
debug[2022-08-23T10:22:21Z] GDB event: error reading next event -5702
debug[2022-08-23T10:22:21Z]GDB command_reply: error reading events, status=-5702
debug[2022-08-23T10:22:21Z]GDB event parser: Reply did not begin with ^ :
debug[2022-08-23T10:22:21Z]======================================
debug[2022-08-23T10:22:21Z] GDB command_reply: command=-gdb-set auto-load off
debug[2022-08-23T10:22:21Z] GDB command_reply: timeout=0
debug[2022-08-23T10:22:21Z] GDB event: error reading next event -5702
debug[2022-08-23T10:22:21Z]GDB command_reply: error reading events, status=-5702
debug[2022-08-23T10:22:21Z]======================================
debug[2022-08-23T10:22:21Z] GDB command_reply: command=-environment-path -r ../../output/Linux64/exe/ /usr/lib64/qt-3.3/bin /usr/local/bin /usr/local/sbin /usr/bin /usr/sbin /bin /sbin
debug[2022-08-23T10:22:21Z] GDB command_reply: timeout=0
debug[2022-08-23T10:22:21Z] GDB event: error reading next event -5702
debug[2022-08-23T10:22:21Z]GDB command_reply: error reading events, status=-5702
debug[2022-08-23T10:22:21Z]======================================
debug[2022-08-23T10:22:21Z] GDB command_reply: command=-file-exec-and-symbols ../../output/Linux64/exe/testexe
debug[2022-08-23T10:22:21Z] GDB command_reply: timeout=0
debug[2022-08-23T10:22:21Z] GDB event: error reading next event -5702
debug[2022-08-23T10:22:21Z]GDB command_reply: error reading events, status=-5702
Good to know that there'll be a fix for using the wrong configuration.