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 dc006a1 + 3cedd74 commit 242f324Copy full SHA for 242f324
lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp
@@ -813,6 +813,8 @@ SwiftExpressionParser::GetASTContext(DiagnosticManager &diagnostic_manager) {
813
m_swift_ast_ctx.GetLanguageOptions().EnableTargetOSChecking = false;
814
815
auto should_disable_objc_runtime = [&]() {
816
+ if (playground)
817
+ return false;
818
lldb::StackFrameSP this_frame_sp(m_stack_frame_wp.lock());
819
if (!this_frame_sp)
820
return false;
0 commit comments