diff --git a/drivers/filesystems/fastfat/fat.c b/drivers/filesystems/fastfat/fat.c index 591e60b4fd..eae33eda5d 100644 --- a/drivers/filesystems/fastfat/fat.c +++ b/drivers/filesystems/fastfat/fat.c @@ -59,6 +59,7 @@ FAT32GetNextCluster( if (CurrentCluster == 0) { DPRINT1("WARNING: File system corruption detected. You may need to run a disk repair utility.\n"); +__debugbreak(); Status = STATUS_FILE_CORRUPT_ERROR; if (VfatGlobalData->Flags & VFAT_BREAK_ON_CORRUPTION) ASSERT(CurrentCluster != 0);