We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f27117 + 00652eb commit 3cedd74Copy full SHA for 3cedd74
lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp
@@ -812,6 +812,8 @@ SwiftExpressionParser::GetASTContext(DiagnosticManager &diagnostic_manager) {
812
m_swift_ast_ctx.GetLanguageOptions().EnableTargetOSChecking = false;
813
814
auto should_disable_objc_runtime = [&]() {
815
+ if (playground)
816
+ return false;
817
lldb::StackFrameSP this_frame_sp(m_stack_frame_wp.lock());
818
if (!this_frame_sp)
819
return false;
0 commit comments