Extend debugging capabilities

This commit is contained in:
jmalek
2018-08-27 11:37:06 +02:00
parent ed85e77a3c
commit 4d58a6e70d
+9 -1
View File
@@ -43,7 +43,15 @@ Due to Visual Studio not being able to handle Java projects it is required to fo
prevent debugging.
- Open the solution in Visual Studio
- Open a .java-File and set a break point. Visual Studio breaks either on or near the line selected.
- Debugging capabilities include Step Over, Step Into, Step Out and continue. Go To Symbol is not working due to missing Java support.
- Debugging capabilities include
- Step Over
- Step Into
- Step Out
- Continue
- Local/Auto variables
- Immediate Window
Go To Symbol is not working due to missing Java support.
## Running Tests