File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -206,17 +206,12 @@ Conformances:
206
206
(integer_literal_expr type='Int2048' location=test.swift:3:10 range=[test.swift:3:10 - line:3:10] value=0)))
207
207
```
208
208
209
- When using the integrated swift-repl , one can dump the same output for each
209
+ When using swift LLDB REPL , one can dump the same output for each
210
210
expression as one evaluates the expression by enabling constraints debugging by
211
- typing ` :constraints debug on ` :
212
-
213
- $ swift -frontend -repl -enable-objc-interop -module-name REPL
214
- *** You are running Swift's integrated REPL, ***
215
- *** intended for compiler and stdlib ***
216
- *** development and testing purposes only. ***
217
- *** The full REPL is built as part of LLDB. ***
218
- *** Type ':help' for assistance. ***
219
- (swift) :constraints debug on
211
+ passing the flag ` -Xfrontend -debug-constraints ` :
212
+
213
+ $ swift repl -Xfrontend -debug-constraints
214
+ 1> let foo = 1
220
215
221
216
## Debugging on SIL Level
222
217
You can’t perform that action at this time.
0 commit comments