[Scummvm-git-logs] scummvm master -> 56e697f59c3bd920dead1c59c185b4d122fafcf6

sev- noreply at scummvm.org
Sun May 10 11:14:51 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
56e697f59c DIRECTOR: Print out shared cast full path in debugger


Commit: 56e697f59c3bd920dead1c59c185b4d122fafcf6
    https://github.com/scummvm/scummvm/commit/56e697f59c3bd920dead1c59c185b4d122fafcf6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-05-10T13:14:24+02:00

Commit Message:
DIRECTOR: Print out shared cast full path in debugger

Changed paths:
    engines/director/debugger.cpp


diff --git a/engines/director/debugger.cpp b/engines/director/debugger.cpp
index ffdcec94a30..0fa0ea4ebb1 100644
--- a/engines/director/debugger.cpp
+++ b/engines/director/debugger.cpp
@@ -473,6 +473,7 @@ bool Debugger::cmdFuncs(int argc, const char **argv) {
 	debugPrintf("Shared cast functions:\n");
 	Cast *sharedCast = movie->getSharedCast();
 	if (sharedCast && sharedCast->_lingoArchive) {
+		debugPrintf("Movie: %s\n", sharedCast->getArchive()->getPathName().toString(g_director->_dirSeparator).c_str());
 		debugPrintf("%s", sharedCast->_lingoArchive->formatFunctionList("  ").c_str());
 	} else {
 		debugPrintf("  [empty]\n");




More information about the Scummvm-git-logs mailing list