Skip to content

Exclude unreferenced imports for evaluation expressions and conditional breakpoints #1496

@eric-milles

Description

@eric-milles

I have seen some eval expressions fail because an imported type cannot be found. In a class like MetaClassImpl there are several dozen imports, many of which refer to internal classes. If an imported name is not referenced in the evaluation snippet, there is no need to include it in the evaluation script. This should also help scripts compile faster.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions