-
Notifications
You must be signed in to change notification settings - Fork 35
Description
I'm not sure where to post questions or discussions on this extension so I'm just creating an issue. Please let me know where I should ask questions in the future.
Questions & Notes
-
Is it possible to run the debugger on a single file? In school, I often find myself writing many Java files in the same project to solve certain exercises. All of these classes have nothing to do with one another, and they all have their own entry point/psvm method. When I attempt to launch the debugger, it tells me that I must specify the entry point to use. This is a great feature, but it would be nice to have a way to just debug the current file instead of having to change the entry point each time. If there is an easy way to debug a single file, I would love to hear it.
-
Is there a way to exclude certain files from the java debugger?