Steps To Reproduce 1. Clone code from https://github.com/Microsoft/todo-app-java-on-azure.git 2. Open the cloned project and verify .project and .classpath files and target folder are generated. 3. Open file todo-app-java-on-azure\src\main\resources\application.properties and replaces it with a test configuration 4. Set BP on TodoListController.java on addNewTodoItem(@requestbody TodoItem item) and main on TodoApplication.java 5. Press F5 choose java and F5 again to start debug, verify the BP on main is hit. 6. Press F5 to continue Current Result 
Steps To Reproduce
Current Result