recategorized by
238 views
0 votes
0 votes

Debugger is a program that

  1. allows to set breakpoints, execute a segment of program and display contents of register
  2. does not allow step by step execution of a segment of program
  3. compiles source code to object code
  4. links object code to produce an executable
recategorized by

Please log in or register to answer this question.

Answer:

Related questions

0 votes
0 votes
1 answer
2
admin asked Jan 5, 2019
366 views
The following grammar $\text{G}$ is left recursive.$\text{E} \rightarrow \text{E + T}\; \mid \; \text{T} $$\text{T} \rightarrow \text{T * F} \; \mid \; \text{F} $$\text{F...
1 votes
1 votes
0 answers
3
admin asked Jan 5, 2019
266 views
Match all items in Group $1$ with correct options from those given in Group $2.$$$\begin{array} {|l|l|} \hline \qquad \qquad \textbf{Group 1} & \qquad \textbf{Group 2} \\...
1 votes
1 votes
0 answers
4
admin asked Jan 5, 2019
274 views
Which phase during compilation does a compiler recognize the $\textbf{keywords}$ of a language?Code generationParsingDataflow analysisLexical analysis