Claim Missing Document
Check
Articles

Found 1 Documents
Search

Comparison Towards Different Methods of Software Debugging Tajimalela, Akwan Cakra; Suryahadi, Ramandha Putra; Alfadilla, Rizka; Syawanodya, Indira; Tawakal, Iqbal
Journal of Software Engineering, Information and Communication Technology (SEICT) Vol 5, No 2: December 2024
Publisher : Universitas Pendidikan Indonesia (UPI)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.17509/seict.v5i2.70590

Abstract

To ensure that software works as expected, debugging is essential. This article discusses several types of debugging, focusing on Visual Studio Code Debugger, print statement debugging, and static code analysis. Each method is demonstrated through a simple yet comprehensive program that determines whether a selected number is a prime number. We conclude that the Visual Studio Code Debugger offers powerful features but requires prior experience with Visual Studio Code. Print statement debugging is straightforward but can become cumbersome in more complex programs. Static code analysis, particularly with ESLint, does not directly uncover "bugs" in the traditional sense but evaluates code style, security, and good programming practices. Combining these three methods can yield optimal results in the debugging and inspection process, depending on the specific needs and context of the project.