Merge pull request #12 from Heaven31415/master

Fix path in README
This commit is contained in:
Chuck Lantz
2020-01-21 07:47:59 -08:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ Some things to try:
- Press <kbd>F5</kbd> to launch the app in the container.
- Once the breakpoint is hit, try hovering over variables, examining locals, and more.
4. **Run a Test:**
- Open `src/main/java/com/mycompany/app/AppTest.java`.
- Open `src/test/java/com/mycompany/app/AppTest.java`.
- Put a breakpoint in a test.
- Click the `Debug Test` in the Code Lens above the function and watch it hit the breakpoint.