Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

Breakpoint when Debugger Starts

2 posters

Go down  Message [Page 1 of 1]

1Breakpoint when Debugger Starts Empty Breakpoint when Debugger Starts Sun Nov 06, 2022 9:23 pm

KerimF

KerimF

I wonder if it is necessary really to have a quasi-breakpoint at the first line of the code every time the debugger starts.

Isn’t more practical (one keypress less) if the debugger stops at the first breakpoint which it sees after its starts?

Thank you.

2Breakpoint when Debugger Starts Empty Re: Breakpoint when Debugger Starts Mon Nov 07, 2022 12:17 am

arcachofo

arcachofo

Isn’t more practical (one keypress less) if the debugger stops at the first breakpoint which it sees after its starts?
When the debugger starts it does not execute any code until the user decide it.
The user might want to run 1 step, run to a breakpoint or do nothing by now.

Maybe the Editor should do nothing instead of going to the first line or go to the first line of executable code: address = 0.

3Breakpoint when Debugger Starts Empty Re: Breakpoint when Debugger Starts Mon Nov 07, 2022 8:34 am

KerimF

KerimF

arcachofo wrote:
Isn’t more practical (one keypress less) if the debugger stops at the first breakpoint which it sees after its starts?
When the debugger starts it does not execute any code until the user decide it.
The user might want to run 1 step, run to a breakpoint or do nothing by now.

Maybe the Editor should do nothing instead of going to the first line or go to the first line of executable code: address = 0.

Your two remarks are also valid. I personally prefer the latter one:
"... go to the first line of executable code: address = 0."

arcachofo likes this post

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum