Skip to content

Support stopAtEntry #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rkeithhill opened this issue Mar 10, 2016 · 5 comments
Open

Support stopAtEntry #115

rkeithhill opened this issue Mar 10, 2016 · 5 comments
Labels
Area-Debugging Hackathon Up for grabs, especially at Hackathons! Issue-Enhancement A feature request (enhancement). Up for Grabs Will shepherd PRs.

Comments

@rkeithhill
Copy link
Contributor

Should we support something like this for debugging:

Stop at Entry
Setting the stopAtEntry flag will cause the debugger to break immediately on the entry point to the application. This allows you to start stepping through your code without setting breakpoints.

@daviwil
Copy link
Contributor

daviwil commented Mar 10, 2016

Funny, GitHub has post reactions now.

But yeah, sounds good! I guess we can just add a breakpoint at line 1 of the file. Not sure if PowerShell has a different way to accomplish that, but this seems like a reasonable approach.

@rkeithhill
Copy link
Contributor Author

Funny, GitHub has post reactions now.

Wonders never cease! :-)

@daviwil daviwil added the Issue-Enhancement A feature request (enhancement). label Mar 30, 2016
@daviwil daviwil added this to the Backlog milestone Mar 30, 2016
@TylerLeonhardt
Copy link
Member

I feel like this is relatively trivial, maybe?

@TylerLeonhardt TylerLeonhardt added the Hackathon Up for grabs, especially at Hackathons! label Feb 21, 2018
@TylerLeonhardt TylerLeonhardt added the Up for Grabs Will shepherd PRs. label Mar 20, 2018
@TylerLeonhardt TylerLeonhardt modified the milestone: Future May 24, 2018
@TylerLeonhardt
Copy link
Member

Just to give some context to anyone willing to pick this up, I think this is just a matter of:

To add a breakpoint on line one that function, you can likely use the
editorSession.DebugService.SetLineBreakpoints function
and the BreakpointDetails Create function that takes in a line number

@eric-smithson
Copy link

Hey everyone, I think I'm gonna take this one up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Debugging Hackathon Up for grabs, especially at Hackathons! Issue-Enhancement A feature request (enhancement). Up for Grabs Will shepherd PRs.
Projects
None yet
Development

No branches or pull requests

5 participants