WVU Tech ACM and IEEE WV presents

Debugging 101

Learn about basic of debugging code

In this session we will learn about basics of debugging java codes using Eclipse( 2020)and Intellij IDE (2019.1.3 Community edition) and basic matlab codes in Matlab editor (R2020b). This session will be useful to students who already know how to write basic codes in IDEs but do not know how to use the debugging tools in the editor.

To register: Fill out the form here.

Time: 2 - 3pm, October 27, 2020

Location: Zoom (Link will be emailed to registrants)

Instructor: Sanish Rai, Assistant Professor, Dept. of Computer Science, WVU Tech

Email: sanish.rai@mail.wvu.edu

For more information: https://sites.google.com/mix.wvu.edu/sanishrai/debugging

WVU Tech ACM link: https://students.wvutech.edu/student-organizations/association-for-computing-machinery-acm

IEEE WV Link: https://site.ieee.org/wva/home/


Session Agenda, October 27, 2 pm

  1. Welcome and Introduction ~5 minutes

  2. Debugging by manual checking and printing ~5 minutes

  3. Matlab debugging ~10 minutes

    1. To install Matlab (need license): https://www.mathworks.com/downloads/

    2. https://www.mathworks.com/help/matlab/debugging-code.html

  4. Java Debugging with Eclipse ~20 minutes

    1. Install java jdk first

    2. https://www.eclipse.org/downloads/

    3. https://www.vogella.com/tutorials/EclipseDebugging/article.html

  5. Java Debugging with IntelliJ ~5minutes

    1. Install java jdk first

    2. https://www.jetbrains.com/idea/download/#section=windows

    3. https://www.jetbrains.com/help/idea/debugging-your-first-java-application.html#analyzing-state

  6. Java Debugging with Netbeans ~5 minutes

    1. Install java jdk first

    2. https://netbeans.org/downloads/old/8.2/

  7. Hands on practice and Q&A ~15 minutes