All Questions
1 questions from the last 7 days
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 ...