1
00:00:00,060 --> 00:00:07,680
So now let us try to understand the differing views of integrating right now here you could see the

2
00:00:07,980 --> 00:00:15,120
debugged life is what we are earning over here and it is on end because you write so for all the LIBOR

3
00:00:15,480 --> 00:00:18,350
perspect, you will have this set of options too.

4
00:00:18,360 --> 00:00:24,300
We have the resume that is used to resume an execution of our process, so you could see when we are

5
00:00:24,300 --> 00:00:27,660
to the point and when we are in a diva perspective.

6
00:00:28,170 --> 00:00:32,400
So wherever we have about breakpoint, the CPU stop its execution rate.

7
00:00:32,400 --> 00:00:38,220
So it basically posits execution until unless you do tell the steps to right.

8
00:00:38,580 --> 00:00:42,300
So a resume is used to execute the great again.

9
00:00:42,300 --> 00:00:48,240
What this will do is, for example, this will be coming out of a great point and then it will be reaching

10
00:00:48,240 --> 00:00:50,760
to the next big point, as we have in our goal.

11
00:00:51,030 --> 00:00:55,380
If we do not have any breakpoint, then it will simply be reaching to the end.

12
00:00:55,770 --> 00:00:58,770
For example, here we have a second breakpoint on the floor.

13
00:00:59,280 --> 00:01:01,680
So now if I just click on a resume button.

14
00:01:02,100 --> 00:01:09,720
So this will be coming out of that breakpoint and then it will take it to the next big point if you

15
00:01:09,720 --> 00:01:14,960
have any new rule or else it will just be going to end of our right.

16
00:01:14,970 --> 00:01:21,290
So if you just remove this breakpoint, right, so now breakpoint is removed now if you just click on

17
00:01:21,290 --> 00:01:21,750
resume.

18
00:01:22,200 --> 00:01:22,530
OK.

19
00:01:22,650 --> 00:01:31,850
So it will just reach to the end of great day and if we analyze the sticky terminal.

20
00:01:31,920 --> 00:01:40,920
So you could actually see that we are able to see the value that we have for account and then right?

21
00:01:41,970 --> 00:01:45,360
So will again be just looking into this option.

22
00:01:45,410 --> 00:01:50,670
OK, so let me just go ahead and terminate suspend session, right?

23
00:01:51,570 --> 00:01:58,650
We go to again c C++ perspective, right click on the diva folder, debug as launch on hard, right?

24
00:01:58,650 --> 00:02:02,990
So we'll just be going ahead now as we start to debug session.

25
00:02:03,000 --> 00:02:06,840
Now we know that in our entire code, we only have a single point.

26
00:02:07,050 --> 00:02:12,330
So as soon as we click a resume button now we'll first go to our sticky terminal.

27
00:02:12,810 --> 00:02:15,900
OK, we will clear up again soon.

28
00:02:16,360 --> 00:02:21,540
OK, you just be connecting our sticky terminal.

29
00:02:21,930 --> 00:02:22,680
OK, to come.

30
00:02:23,310 --> 00:02:28,860
Now, if you just click on our resume button, you could actually see that we reached the end of a code

31
00:02:28,860 --> 00:02:36,000
and that could actually be verified by looking into the last little print statement that we have made.

32
00:02:36,140 --> 00:02:36,320
Right.

33
00:02:36,330 --> 00:02:38,670
So this is basically putting the value of a column.

34
00:02:38,760 --> 00:02:39,060
OK.

35
00:02:39,180 --> 00:02:41,860
So this is the use of a resume that we have.

36
00:02:41,880 --> 00:02:48,180
So if we have a multiple breakpoint, so it will be coming out of a breakpoint and then reaching to

37
00:02:48,180 --> 00:02:50,370
the next breakpoint if we click on resume.

38
00:02:50,550 --> 00:02:50,910
OK.

39
00:02:52,350 --> 00:02:58,590
The next scenario that will happen is if you have a single breakpoint day and as you start your debug

40
00:02:58,590 --> 00:03:01,230
prospect, you will be reaching a great point.

41
00:03:01,260 --> 00:03:09,270
And then once you click a resume, if your brief point do not consist of any loops, OK, which bring

42
00:03:09,270 --> 00:03:16,380
are going to back to the same location, then in that case we will basically be running an entire floor

43
00:03:16,440 --> 00:03:17,450
to the eight, right?

44
00:03:17,460 --> 00:03:21,890
So these are the two uses of the resume option that we have, OK?

45
00:03:22,020 --> 00:03:22,710
Basically.

46
00:03:23,630 --> 00:03:26,400
Bring AI processor back from.

47
00:03:27,320 --> 00:03:29,340
Boss Steve to running Steve.

48
00:03:29,430 --> 00:03:29,690
Right.

49
00:03:30,350 --> 00:03:33,380
The next option that we have is suspend rate or disconnect.

50
00:03:33,380 --> 00:03:37,520
So this will just simply disconnecting our core rate.

51
00:03:37,530 --> 00:03:39,790
So we just click on this option.

52
00:03:39,810 --> 00:03:42,860
Now you could see the debug session has been disconnected, right?

53
00:03:43,900 --> 00:03:49,480
So now again, to relaunch a debug session, you need to relaunch debug session, right?

54
00:03:49,660 --> 00:03:54,040
So right click and then as launch on hardware.

55
00:03:54,340 --> 00:03:56,080
So this again, you need to follow.
