Open epsitec opened 6 years ago
When trying to display locals inside of jdb I get the following error message:
locals
jdb
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.
-g
Trying a second time, locals work!?
When trying to display
locals
inside ofjdb
I get the following error message:Apparently, the exercise does not set the
-g
option when compiling the source code.