Print statements are often used during debugging. When the strings to be added are mixed with the values to be printed, you must first write a string, for example, "the string here is ", then enter the value of the variable. In this way, it is still troublesome to go. The following describes a method to greatly improve efficiency.
Step 1: to print the Temp value, enter the complete print string:
Step 2: Select temp and press Ctrl + 1:
Step 3: select the prompt option. Deleting double quotation marks is a success. This method can greatly speed up input when obfuscation of variables to be printed in the prompt string.
In the previous article, Eclipse's usage and skills 19: Eclipse's workspace modification:
Http://blog.csdn.net/ts1122/article/details/9325023
In the next article, Eclipse's usage and skills 21: ways to demonstrate projects:
Http://blog.csdn.net/ts1122/article/details/9568001