openshift-labs / cloud-native-katacoda

The Katacoda Scenarios for Cloud Native Roadshow on OpenShift https://www.openshift.com
5 stars 11 forks source link

debug-app debugging fails #12

Open epsitec opened 6 years ago

epsitec commented 6 years ago

When trying to display locals inside of jdb I get the following error message:

Local variable information not available. Compile with -g to generate variable information

Apparently, the exercise does not set the -g option when compiling the source code.

epsitec commented 6 years ago

Trying a second time, locals work!?