{"id":8229,"date":"2024-01-30T17:17:58","date_gmt":"2024-01-30T16:17:58","guid":{"rendered":"https:\/\/solidt.eu\/site\/?p=8229"},"modified":"2024-01-30T17:17:59","modified_gmt":"2024-01-30T16:17:59","slug":"c-debughelper","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/c-debughelper\/","title":{"rendered":"C# DebugHelper"},"content":{"rendered":"\n<div style=\"height: 250px; position:relative; margin-bottom: 50px;\" class=\"wp-block-simple-code-block-ace\"><pre class=\"wp-block-simple-code-block-ace\" style=\"position:absolute;top:0;right:0;bottom:0;left:0\" data-mode=\"csharp\" data-theme=\"monokai\" data-fontsize=\"14\" data-lines=\"Infinity\" data-showlines=\"true\" data-copy=\"false\">    public class DebugHelper\r\n    {\r\n        public static bool IsDebugMode() => IsDebugBuild() &amp;&amp; Debugger.IsAttached;\r\n\r\n        public static bool IsDebugBuild()\r\n        {\r\n#if DEBUG\r\n            return true;\r\n#else\r\n            return false;\r\n#endif\r\n        }\r\n    }<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-8229","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/8229","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=8229"}],"version-history":[{"count":1,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/8229\/revisions"}],"predecessor-version":[{"id":8230,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/8229\/revisions\/8230"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=8229"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=8229"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=8229"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}