Confirmed working version of XSB supporting the VS Code debugger. Features that should work include:
Version of 260609. Renaming of parse_new_addpos.P to parse_new.P. Initial support for clause/4 in spec_new.
Version of 260528. Extension of support for clause/4 (the last arg being the Position) as well as updating imports to reflect previously added _new files. Some of this code generated by AI and needs more review.
Version of 260522. First attempt at adding .dbgxwam file, including strip_codepos() function. Minor debugger tweaks.
Version of 260424. Minor changes to frame output, debugging.
Version of 260416. Support for both line numbers and line positions.
Version of 260325. Addition of db_call() top level transformed call.
Initial commit of changes needed to support XSB debugging in Visual Studio Code