blob: 0a9fc622cfd510482b4ad025fcc6c8be2467e4b8 [file] [log] [blame] [edit]
# This tests debugging without the presence of a .swiftmodule.
# RUN: rm -rf %t && mkdir %t && cd %t
# RUN: %target-swift-frontend -c -g -serialize-debugging-options \
# RUN: -module-cache-path %t/cache \
# RUN: -primary-file %S/Inputs/No.swiftmodule.swift \
# RUN: -module-name main -o %t/main.o
# RUN: %target-swiftc -o %t/a.out %t/main.o
# RUN: %lldb %t/a.out -s %s | FileCheck %S/Inputs/No.swiftmodule.swift
breakpoint set -p "break here"
run
fr var