{"id":20603,"date":"2025-11-12T04:56:55","date_gmt":"2025-11-12T04:56:55","guid":{"rendered":"https:\/\/scmsgroup.org\/sset\/?p=20603"},"modified":"2026-03-11T12:01:17","modified_gmt":"2026-03-11T12:01:17","slug":"tricks-to-explore-the-debugging-concept-of-c-and-python","status":"publish","type":"post","link":"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/","title":{"rendered":"Tricks to Explore the Debugging Concept of C and Python"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"20603\" class=\"elementor elementor-20603\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-02128bb e-flex e-con-boxed e-con e-parent\" data-id=\"02128bb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb50ac2 elementor-widget elementor-widget-heading\" data-id=\"eb50ac2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tricks to Explore the Debugging Concept of C and Python<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1059b5 elementor-widget elementor-widget-text-editor\" data-id=\"c1059b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Date:<\/strong> 25-09-2025 &amp; 26-09-25<\/p><p><strong>Time:<\/strong> 9,00 AM -3.00 PM<\/p><p><strong>Venue:<\/strong> ACI-Computer Lab 1<\/p><p><strong>Duration:<\/strong> 2 Full Days<\/p><p><strong>Name of the Organizing Department (s):<\/strong> Electronics &amp; Communication Engineering<\/p><p><strong>Name of the Faculty Coordinator (s):<\/strong> Shaila C K, Athira Anilan<\/p><p><strong>Resource Person\/ Organization:<\/strong> Dr. Sheena Kurian K<\/p><p><strong>Number of Participants:<\/strong> 53<\/p><p><strong>Brief Event Description (Maximum 500 words):<\/strong> The event \u201cTricks to Explore the Debugging Concept of C and Python\u201d was organized to provide students with practical exposure to identifying and resolving programming errors effectively. The session aimed to strengthen students\u2019 understanding of debugging principles in both C and Python, two essential programming languages used in engineering and software development. It was conducted under the guidance of faculty coordinators, with active participation from the student organizing committee who managed registrations, logistics, and technical support.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cde0736 elementor-widget elementor-widget-text-editor\" data-id=\"cde0736\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Introduction:<\/strong><\/p><p>Debugging is one of the most essential skills for every programmer. It is the process of finding, analyzing, and fixing errors in a program to ensure correct functionality and performance.<\/p><p>In languages like <strong>C <\/strong>and <strong>Python<\/strong>, debugging plays a crucial role because both are widely used for systems and application development, but they differ in how they handle errors and execution.<\/p><p>C being a <strong>compiled and low-level language<\/strong>, requires careful attention to memory management, pointer operations, and compile-time errors. Python, on the other hand, is an <strong>interpreted and dynamically typed language<\/strong>, making it easier to test but often trickier\u00a0 when\u00a0 it\u00a0 comes\u00a0 to\u00a0 runtime\u00a0 exceptions\u00a0 or\u00a0 logic\u00a0 flaws. By exploring debugging techniques in both languages, learners gain a deeper understanding of program execution, memory behavior, and logical flow, which are essential for developing robust software.<\/p><p>\u00a0<\/p><p><strong>Objectives:<\/strong><\/p><ul><li>To understand the fundamental debugging techniques used in <strong>C <\/strong>and <strong>Python <\/strong>programming.<\/li><li>To explore practical tools, commands, and approaches for identifying and fixing logical, syntax, and runtime errors.<\/li><li>To enhance problem-solving and analytical thinking through real-time debugging<\/li><li>To help learners develop efficiency in writing error-free, optimized, and maintainable code.<\/li><\/ul><p>\u00a0<\/p><p><strong>Outcomes:<\/strong><\/p><ul><li>Identify and classify different types of program errors \u2013 syntax, logical, and<\/li><li>Use built-in debugging tools like <strong>gdb (GNU Debugger) <\/strong>for C and <strong>pdb (Python Debugger) <\/strong>for Python.<\/li><li>Apply efficient debugging strategies such as breakpoints, step execution, and variable inspection.<\/li><li>Analyze program flow and memory usage to detect logical and segmentation<\/li><li>Improve code reliability, readability, and maintainability through debugging best<\/li><\/ul><p>\u00a0<\/p><p><strong>Description of Event in Detail:<\/strong>The event \u201cTricks to Explore the Debugging Concept of C and Python\u201d was successfully organized by the Department of Electronics and Communication Engineering to enhance students\u2019 practical understanding of debugging techniques in two widely used programming languages \u2014 C and Python.<\/p><p>The session was conducted under the guidance of the Shaila C K &amp; Athira Anilan , with guidance from HoD &amp; Faculty and active support from the student organizing committee. The event began with a brief Introduction and welcome address, explaining the importance of debugging in software development and how mastering it can help students become more efficient programmers.<\/p><p>The resource person\/expert (faculty member or invited speaker) demonstrated step-by-step debugging procedures using real-time examples. For C programming, tools like GDB (GNU Debugger) and compiler flags were shown to identify logical and memory-related errors. For Python, the PDB debugger and IDE-based debugging methods in VS Code and PyCharm were explained. The session also included live demonstrations, where students observed how breakpoints, variable tracking, and step execution help identify errors and improve program logic.<\/p><p>Students were then encouraged to try hands-on debugging exercises in small groups using sample programs provided by the organizers. The organizing committee circulated problem statements, monitored progress, and provided guidance to clarify doubts. This interactive approach kept participants engaged and helped them experience the debugging process practically.<\/p><p>The event concluded with a Q&amp;A session, allowing students to share their learning experiences and ask questions about real-world debugging challenges. Certificates of participation were distributed, and the faculty coordinator appreciated the efforts of the student volunteers and organizing committee for their smooth management of the event.<\/p><p>Overall, the session provided students with valuable practical exposure, improved their coding confidence, and strengthened their ability to identify and fix programming errors efficiently.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a3621f4 e-flex e-con-boxed e-con e-parent\" data-id=\"a3621f4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fa61be7 gallery-spacing-custom elementor-widget elementor-widget-image-gallery\" data-id=\"fa61be7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-1' class='gallery galleryid-20603 gallery-columns-2 gallery-size-large'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon portrait'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fa61be7\" data-elementor-lightbox-title=\"poster\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjA2MDYsInVybCI6Imh0dHBzOlwvXC9zY21zZ3JvdXAub3JnXC9zc2V0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvcG9zdGVyLmpwZyIsInNsaWRlc2hvdyI6ImZhNjFiZTcifQ%3D%3D\" href='https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/poster.jpg'><img fetchpriority=\"high\" width=\"366\" height=\"393\" src=\"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/poster.jpg\" class=\"attachment-large size-large\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/poster.jpg 366w, https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/poster-279x300.jpg 279w\" sizes=\"(max-width: 366px) 100vw, 366px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon portrait'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fa61be7\" data-elementor-lightbox-title=\"tricks3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjA2MDksInVybCI6Imh0dHBzOlwvXC9zY21zZ3JvdXAub3JnXC9zc2V0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvdHJpY2tzMy5qcGciLCJzbGlkZXNob3ciOiJmYTYxYmU3In0%3D\" href='https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks3.jpg'><img width=\"416\" height=\"422\" src=\"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks3.jpg\" class=\"attachment-large size-large\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks3.jpg 416w, https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks3-296x300.jpg 296w\" sizes=\"(max-width: 416px) 100vw, 416px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fa61be7\" data-elementor-lightbox-title=\"tricks1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjA2MDcsInVybCI6Imh0dHBzOlwvXC9zY21zZ3JvdXAub3JnXC9zc2V0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvdHJpY2tzMS5qcGciLCJzbGlkZXNob3ciOiJmYTYxYmU3In0%3D\" href='https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks1.jpg'><img width=\"416\" height=\"312\" src=\"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks1.jpg\" class=\"attachment-large size-large\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks1.jpg 416w, https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks1-300x225.jpg 300w\" sizes=\"(max-width: 416px) 100vw, 416px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fa61be7\" data-elementor-lightbox-title=\"tricks2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjA2MDgsInVybCI6Imh0dHBzOlwvXC9zY21zZ3JvdXAub3JnXC9zc2V0XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvdHJpY2tzMi5qcGciLCJzbGlkZXNob3ciOiJmYTYxYmU3In0%3D\" href='https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks2.jpg'><img loading=\"lazy\" width=\"416\" height=\"312\" src=\"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks2.jpg\" class=\"attachment-large size-large\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks2.jpg 416w, https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks2-300x225.jpg 300w\" sizes=\"(max-width: 416px) 100vw, 416px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Tricks to Explore the Debugging Concept of C and Python Date: 25-09-2025 &amp; 26-09-25 Time: 9,00 AM -3.00 PM Venue: ACI-Computer Lab 1 Duration: 2 Full Days Name of the Organizing Department (s): Electronics &amp; Communication Engineering Name of the Faculty Coordinator (s): Shaila C K, Athira Anilan Resource Person\/ Organization: Dr. Sheena Kurian K [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":21341,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-20603","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tricks to Explore the Debugging Concept of C and Python - SCMS SSET<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tricks to Explore the Debugging Concept of C and Python - SCMS SSET\" \/>\n<meta property=\"og:description\" content=\"Tricks to Explore the Debugging Concept of C and Python Date: 25-09-2025 &amp; 26-09-25 Time: 9,00 AM -3.00 PM Venue: ACI-Computer Lab 1 Duration: 2 Full Days Name of the Organizing Department (s): Electronics &amp; Communication Engineering Name of the Faculty Coordinator (s): Shaila C K, Athira Anilan Resource Person\/ Organization: Dr. Sheena Kurian K [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/\" \/>\n<meta property=\"og:site_name\" content=\"SCMS SSET\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/scms.sset\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-12T04:56:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-11T12:01:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1521\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"xc-intern\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@SCMSCochin1\" \/>\n<meta name=\"twitter:site\" content=\"@SCMSCochin1\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"xc-intern\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/tricks-to-explore-the-debugging-concept-of-c-and-python\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/tricks-to-explore-the-debugging-concept-of-c-and-python\\\/\"},\"author\":{\"name\":\"xc-intern\",\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/#\\\/schema\\\/person\\\/8acc0e45ea92a939becb223837ada06b\"},\"headline\":\"Tricks to Explore the Debugging Concept of C and Python\",\"datePublished\":\"2025-11-12T04:56:55+00:00\",\"dateModified\":\"2026-03-11T12:01:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/tricks-to-explore-the-debugging-concept-of-c-and-python\\\/\"},\"wordCount\":691,\"publisher\":{\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/tricks-to-explore-the-debugging-concept-of-c-and-python\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/tricks-1.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/tricks-to-explore-the-debugging-concept-of-c-and-python\\\/\",\"url\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/tricks-to-explore-the-debugging-concept-of-c-and-python\\\/\",\"name\":\"Tricks to Explore the Debugging Concept of C and Python - SCMS SSET\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/tricks-to-explore-the-debugging-concept-of-c-and-python\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/tricks-to-explore-the-debugging-concept-of-c-and-python\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/tricks-1.jpg\",\"datePublished\":\"2025-11-12T04:56:55+00:00\",\"dateModified\":\"2026-03-11T12:01:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/tricks-to-explore-the-debugging-concept-of-c-and-python\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/tricks-to-explore-the-debugging-concept-of-c-and-python\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/tricks-to-explore-the-debugging-concept-of-c-and-python\\\/#primaryimage\",\"url\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/tricks-1.jpg\",\"contentUrl\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/tricks-1.jpg\",\"width\":2560,\"height\":1521},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/tricks-to-explore-the-debugging-concept-of-c-and-python\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tricks to Explore the Debugging Concept of C and Python\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/#website\",\"url\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/\",\"name\":\"SCMS School of Engineering and Technology\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/#organization\",\"name\":\"SCMS School of Engineering and Technology\",\"url\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/sset-1.png\",\"contentUrl\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/sset-1.png\",\"width\":250,\"height\":100,\"caption\":\"SCMS School of Engineering and Technology\"},\"image\":{\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/scms.sset\",\"https:\\\/\\\/x.com\\\/SCMSCochin1\",\"https:\\\/\\\/www.instagram.com\\\/ssetinsta\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/#\\\/schema\\\/person\\\/8acc0e45ea92a939becb223837ada06b\",\"name\":\"xc-intern\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dcc452305e1bfc2a519460ce997b168ba9d15172402f45ba5a272935e1b95341?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dcc452305e1bfc2a519460ce997b168ba9d15172402f45ba5a272935e1b95341?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dcc452305e1bfc2a519460ce997b168ba9d15172402f45ba5a272935e1b95341?s=96&d=mm&r=g\",\"caption\":\"xc-intern\"},\"url\":\"https:\\\/\\\/scmsgroup.org\\\/sset\\\/author\\\/xc-intern\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tricks to Explore the Debugging Concept of C and Python - SCMS SSET","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/","og_locale":"en_US","og_type":"article","og_title":"Tricks to Explore the Debugging Concept of C and Python - SCMS SSET","og_description":"Tricks to Explore the Debugging Concept of C and Python Date: 25-09-2025 &amp; 26-09-25 Time: 9,00 AM -3.00 PM Venue: ACI-Computer Lab 1 Duration: 2 Full Days Name of the Organizing Department (s): Electronics &amp; Communication Engineering Name of the Faculty Coordinator (s): Shaila C K, Athira Anilan Resource Person\/ Organization: Dr. Sheena Kurian K [&hellip;]","og_url":"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/","og_site_name":"SCMS SSET","article_publisher":"https:\/\/www.facebook.com\/scms.sset","article_published_time":"2025-11-12T04:56:55+00:00","article_modified_time":"2026-03-11T12:01:17+00:00","og_image":[{"width":2560,"height":1521,"url":"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks-1.jpg","type":"image\/jpeg"}],"author":"xc-intern","twitter_card":"summary_large_image","twitter_creator":"@SCMSCochin1","twitter_site":"@SCMSCochin1","twitter_misc":{"Written by":"xc-intern","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/#article","isPartOf":{"@id":"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/"},"author":{"name":"xc-intern","@id":"https:\/\/scmsgroup.org\/sset\/#\/schema\/person\/8acc0e45ea92a939becb223837ada06b"},"headline":"Tricks to Explore the Debugging Concept of C and Python","datePublished":"2025-11-12T04:56:55+00:00","dateModified":"2026-03-11T12:01:17+00:00","mainEntityOfPage":{"@id":"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/"},"wordCount":691,"publisher":{"@id":"https:\/\/scmsgroup.org\/sset\/#organization"},"image":{"@id":"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/#primaryimage"},"thumbnailUrl":"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks-1.jpg","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/","url":"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/","name":"Tricks to Explore the Debugging Concept of C and Python - SCMS SSET","isPartOf":{"@id":"https:\/\/scmsgroup.org\/sset\/#website"},"primaryImageOfPage":{"@id":"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/#primaryimage"},"image":{"@id":"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/#primaryimage"},"thumbnailUrl":"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks-1.jpg","datePublished":"2025-11-12T04:56:55+00:00","dateModified":"2026-03-11T12:01:17+00:00","breadcrumb":{"@id":"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/#primaryimage","url":"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks-1.jpg","contentUrl":"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2025\/11\/tricks-1.jpg","width":2560,"height":1521},{"@type":"BreadcrumbList","@id":"https:\/\/scmsgroup.org\/sset\/tricks-to-explore-the-debugging-concept-of-c-and-python\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/scmsgroup.org\/sset\/"},{"@type":"ListItem","position":2,"name":"Tricks to Explore the Debugging Concept of C and Python"}]},{"@type":"WebSite","@id":"https:\/\/scmsgroup.org\/sset\/#website","url":"https:\/\/scmsgroup.org\/sset\/","name":"SCMS School of Engineering and Technology","description":"","publisher":{"@id":"https:\/\/scmsgroup.org\/sset\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/scmsgroup.org\/sset\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/scmsgroup.org\/sset\/#organization","name":"SCMS School of Engineering and Technology","url":"https:\/\/scmsgroup.org\/sset\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scmsgroup.org\/sset\/#\/schema\/logo\/image\/","url":"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2023\/08\/sset-1.png","contentUrl":"https:\/\/scmsgroup.org\/sset\/wp-content\/uploads\/2023\/08\/sset-1.png","width":250,"height":100,"caption":"SCMS School of Engineering and Technology"},"image":{"@id":"https:\/\/scmsgroup.org\/sset\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/scms.sset","https:\/\/x.com\/SCMSCochin1","https:\/\/www.instagram.com\/ssetinsta\/"]},{"@type":"Person","@id":"https:\/\/scmsgroup.org\/sset\/#\/schema\/person\/8acc0e45ea92a939becb223837ada06b","name":"xc-intern","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/dcc452305e1bfc2a519460ce997b168ba9d15172402f45ba5a272935e1b95341?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/dcc452305e1bfc2a519460ce997b168ba9d15172402f45ba5a272935e1b95341?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dcc452305e1bfc2a519460ce997b168ba9d15172402f45ba5a272935e1b95341?s=96&d=mm&r=g","caption":"xc-intern"},"url":"https:\/\/scmsgroup.org\/sset\/author\/xc-intern\/"}]}},"_links":{"self":[{"href":"https:\/\/scmsgroup.org\/sset\/wp-json\/wp\/v2\/posts\/20603","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scmsgroup.org\/sset\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/scmsgroup.org\/sset\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/scmsgroup.org\/sset\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scmsgroup.org\/sset\/wp-json\/wp\/v2\/comments?post=20603"}],"version-history":[{"count":4,"href":"https:\/\/scmsgroup.org\/sset\/wp-json\/wp\/v2\/posts\/20603\/revisions"}],"predecessor-version":[{"id":20612,"href":"https:\/\/scmsgroup.org\/sset\/wp-json\/wp\/v2\/posts\/20603\/revisions\/20612"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/scmsgroup.org\/sset\/wp-json\/wp\/v2\/media\/21341"}],"wp:attachment":[{"href":"https:\/\/scmsgroup.org\/sset\/wp-json\/wp\/v2\/media?parent=20603"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/scmsgroup.org\/sset\/wp-json\/wp\/v2\/categories?post=20603"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/scmsgroup.org\/sset\/wp-json\/wp\/v2\/tags?post=20603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}