How to Print 0.01 Instead of 1.e-002 in Debug Messages?

Hello, I have a question.

 

test := 0.01; 

debugmessage(test);

 

When I print the value of test, the result shows as 1.e-002 rather than 0.01. 

Is there a way to display the number exactly as 0.01?