The Debug on Server dialog box appears.
If the server is not already running, it is started.
http://localhost:8080/TemperatureConverterPrj/RestApp1/getCelsius?fahrenheit=212
The breakpoint is hit and execution breaks in the Java program. At this point, you can step through the program as normal.
The compute breakpoint is hit and execution breaks in the JVM COBOL program.