{"id":691,"date":"2022-10-05T23:18:19","date_gmt":"2022-10-05T15:18:19","guid":{"rendered":"https:\/\/qaqaq.top\/?p=691"},"modified":"2022-11-27T12:39:57","modified_gmt":"2022-11-27T04:39:57","slug":"%e9%9d%a2%e5%90%91%e5%af%b9%e8%b1%a1%e4%b8%ad-eclipse-debug%e7%9a%84%e4%bd%bf%e7%94%a8","status":"publish","type":"post","link":"https:\/\/qaqaq.top\/?p=691","title":{"rendered":"\u9762\u5411\u5bf9\u8c61(\u4e2d)-Eclipse Debug\u7684\u4f7f\u7528"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P269;\r\n\/*\r\n * \u5982\u4f55\u8c03\u8bd5\u7a0b\u5e8f\uff1a\r\n * \t1. System.out.println().\r\n * \t2. Eclipse - Debug\u8c03\u8bd5\r\n * \r\n *\/\r\npublic class DebugTest {\r\n\tpublic static void main(String&#91;] args) {\r\n\t\tint i = 10;\r\n\t\tint j = 20;\r\n\t\tSystem.out.println(\"i = \" + i + \", j = \" + j);\r\n\t\t\r\n\t\tDebugTest test = new DebugTest();\r\n\t\tint max = test.getMax(i, j);\r\n\t\t\r\n\t\tSystem.out.println(\"max = \" + max);\r\n\t}\r\n\r\n\tprivate int getMax(int k, int m) {\r\n\t\tint max = 0;\r\n\t\tif (k &lt; m) {\r\n\t\t\tmax = k;\r\n\t\t} else {\r\n\t\t\tmax = m;\r\n\t\t}\r\n\t\treturn max;\r\n\t}\r\n\r\n}\r\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P269;\r\n\r\n\r\npublic class DebugTest1 {\r\n\t\r\n\tpublic static void main(String&#91;] args) {\r\n\t\tint&#91;] arr = new int&#91;] {1,2,3,4,5};\r\n\t\tSystem.out.println(arr);\/\/\u5730\u5740\u503c\r\n\t\t\r\n\t\tchar&#91;] arr1 = new char&#91;] {'a','b','c'};\r\n\t\tSystem.out.println(arr1);\/\/abc\r\n\t}\r\n\t\r\n}\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[46],"class_list":["post-691","post","type-post","status-publish","format-standard","hentry","category-java-code","tag-java"],"_links":{"self":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/691"}],"collection":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=691"}],"version-history":[{"count":1,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/691\/revisions"}],"predecessor-version":[{"id":692,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/691\/revisions\/692"}],"wp:attachment":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=691"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=691"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=691"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}