mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 06:44:32 +03:00
Regression: Fix repl after builtins reshuffle (#3435)
Debug is not imported by default (let me know if it should be?) # Important Notes When Debug was part of Builtins.enso everything was imported. Let me know if the new setup is not as expected.
This commit is contained in:
parent
71adb7e0a4
commit
cdebced203
@ -732,6 +732,7 @@ object Main {
|
||||
val mainMethodName = "internal_repl_entry_point___"
|
||||
val dummySourceToTriggerRepl =
|
||||
s"""from Standard.Base import all
|
||||
|import Standard.Base.Runtime.Debug
|
||||
|
|
||||
|$mainMethodName = Debug.breakpoint
|
||||
|""".stripMargin
|
||||
|
Loading…
Reference in New Issue
Block a user