Home Explore Blog CI



docker

5th chunk of `content/guides/java/develop.md`
66cf5a7d82c02ac48c38fc899d8c17c90ec72cf8ae5a534d00000001000001ee


You can now call the server endpoint.

```console
$ curl --request GET --url http://localhost:8080/vets
```

You should have seen the code break on the marked line and now you are able to use the debugger just like you would normally. You can also inspect and watch variables, set conditional breakpoints, view stack traces and a do bunch of other stuff.


Title: Debugging and Interacting with the Server Endpoint
Summary
This section describes how to call the server endpoint using a curl command, and confirms that the code breaks at the set breakpoint. It also notes that you can use the debugger to inspect variables, set conditional breakpoints, view stack traces, and perform other debugging tasks.