Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should step in object constructor #127

Open
adpi2 opened this issue Oct 7, 2021 · 0 comments
Open

Should step in object constructor #127

adpi2 opened this issue Oct 7, 2021 · 0 comments
Labels
core enhancement New feature or request

Comments

@adpi2
Copy link
Member

adpi2 commented Oct 7, 2021

object Foo {
  val x = 1
  val y = x + 1
}

object Main3 {
  def main(args: Array[String]): Unit = {
1=> Foo // step in
2=> println("exiting")
  }
}

When the user step in =>1, it goes to =>2. It should go to the constructor of object Foo .

@adpi2 adpi2 added enhancement New feature or request core labels Oct 7, 2021
@adpi2 adpi2 mentioned this issue Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant