Debugging - Day 4 Flashcards

1
Q

Unit testing

A

Determine if there’s bugs in blocks of code. To then debug

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Debugging

A

Software like IDE’s have debug modes.

Where breakpoints are used to debug code

> use execution environment J.E 1.8 on eclipse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Debug in eclipses

A

Right click on class and select toggle debug through Java and switch to debug perspective

How well did you know this?
1
Not at all
2
3
4
5
Perfectly