Skip to content

Fix support for method enter/exit breakpoints #560

@eric-milles

Description

@eric-milles

Consider the following:

class Tests {
  @Test
  void testSomething() {
    ...
  }
}

Double-clicking in the left vertical ruler on the line the line containing testSomething results in a breakpoint for the first statement of the method body. This is due to the presence of the @Test annotation on a different line. Placing it on the same line and a method breakpoint is added as expected.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions