Skip to main content

All Questions

1 vote
1 answer
39 views

vscode java debug - casting generic types watch expression

I am having problems while debuggin my app in vscode. I have an abstract class Container defined with generics in another class Element, and 3 subclasses of Container: Worker, Vehicle, Company. The ...
joshSP95's user avatar