diff --git a/prodos.cpp b/prodos.cpp index b448050..78d09dc 100644 --- a/prodos.cpp +++ b/prodos.cpp @@ -684,6 +684,10 @@ int main( const int nArg, const char *aArg[] ) case DISK_COMMAND_FILE_GET: { +#if DEBUG_MAIN + printf( "DEBUG: get\n" ); +#endif + const char *pBootSectorFileName = NULL; for( ; iArg < nArg; iArg++ ) @@ -710,6 +714,10 @@ int main( const int nArg, const char *aArg[] ) readVolume( nArg, aArg, &iArg ); +#if DEBUG_MAIN + printf( "DEBUG: get path: %s\n", gpPath ); +#endif + if( pBootSectorFileName ) { ProDOS_ExtractBootSector( pBootSectorFileName );