-
Notifications
You must be signed in to change notification settings - Fork 395
Closed
Labels
improvementNot a bug or a feature, but something general we can improveNot a bug or a feature, but something general we can improve
Milestone
Description
Bug
I can't inspect variables when I hit a breakpoint in an object which extends the App trait.
Steps to reproduce the behavior:
- Set break point in code
- Run debugger
- Hit breakpoint
- Unable to inspect variables
Expected behavior
I expect to be able to debug and inspect variables in an object which extends the App trait in the same way that I can with an object that implements a main entry point.
Installation:
-
Operating system: Linux - Ubuntu 20.04.2 LTS
-
Editor: Visual Studio Code v1.53.0
-
Metals version: v1.9.13
Search terms
debug debugging inspect
Metadata
Metadata
Assignees
Labels
improvementNot a bug or a feature, but something general we can improveNot a bug or a feature, but something general we can improve

