Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 05, 2013 06:01 AM by amigo 1
Member
60 Points
199 Posts
Feb 02, 2013 05:04 AM|LINK
We know that breakpoints are signals that actually stop the execution of a program.
What I do not follow is that; are they events actually?
All-Star
27896 Points
4618 Posts
Feb 02, 2013 02:24 PM|LINK
Mike Stall has a blog post detailing exactly what occurs when using breakpoints and the Visual Studio debugger that you may want to check out. The post goes into great detail on each step of execution involving the breakpoints and each of the threads involved and the events that occur within the process.
Feb 04, 2013 05:17 AM|LINK
thanks Rion
tell me we already have a debugger in the the form of Visual Studio debugger
Do we need to install MDbg?
Feb 04, 2013 11:31 AM|LINK
Nope, you don't need any external debuggers to install. Visual Studio has all of that integrated already.
Feb 05, 2013 06:01 AM|LINK
Thank you once more
amigo 1
Member
60 Points
199 Posts
breakpoints issue
Feb 02, 2013 05:04 AM|LINK
We know that breakpoints are signals that actually stop the execution of a program.
What I do not follow is that; are they events actually?
Rion William...
All-Star
27896 Points
4618 Posts
Re: breakpoints issue
Feb 02, 2013 02:24 PM|LINK
Mike Stall has a blog post detailing exactly what occurs when using breakpoints and the Visual Studio debugger that you may want to check out. The post goes into great detail on each step of execution involving the breakpoints and each of the threads involved and the events that occur within the process.
amigo 1
Member
60 Points
199 Posts
Re: breakpoints issue
Feb 04, 2013 05:17 AM|LINK
thanks Rion
tell me we already have a debugger in the the form of Visual Studio debugger
Do we need to install MDbg?
Rion William...
All-Star
27896 Points
4618 Posts
Re: breakpoints issue
Feb 04, 2013 11:31 AM|LINK
Nope, you don't need any external debuggers to install. Visual Studio has all of that integrated already.
amigo 1
Member
60 Points
199 Posts
Re: breakpoints issue
Feb 05, 2013 06:01 AM|LINK
Thank you once more