JavaForVS icon indicating copy to clipboard operation
JavaForVS copied to clipboard

Java Language Support extension for Visual Studio

Results 34 JavaForVS issues
Sort by recently updated
recently updated
newest added

Originally posted at tunnelvisionlabs/LangSvcV2#23. Currently tooltips while debugging show the AST for the current expression. This should be updated to evaluate the expression and show the result.

enhancement
up for grabs
debugger

Originally posted at tunnelvisionlabs/LangSvcV2#21. When statement stepping is enabled, stepping through the iteration part of a `foreach` statement is confusing (requires multiple steps to proceed) when the object being iterated...

bug
up for grabs
debugger

Originally posted at tunnelvisionlabs/LangSvcV2#20. In conditional expressions such as `x || y`, the evaluation of `y` is performed with a stack depth of 0. The current statement stepping algorithm does...

bug
up for grabs
debugger

Originally posted at tunnelvisionlabs/LangSvcV2#19. The `break` statement in bytecode appears as a `goto` instruction with a stack depth of 0. Currently the algorithm for statement stepping silently follows `goto` instructions...

bug
up for grabs
debugger