Skip to content
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

Command line fails to update when starting with F10 #65

Open
krilbe opened this issue Sep 14, 2018 · 3 comments
Open

Command line fails to update when starting with F10 #65

krilbe opened this issue Sep 14, 2018 · 3 comments
Labels

Comments

@krilbe
Copy link

krilbe commented Sep 14, 2018

If a debug session is started with F5, the command line seems to be properly set according to the SmartCommandlineArgs settings, but not if the debug session is started with F10 (Step over).

I have not tested F11 etc. You probably should check all possible ways to start a debug session.

Tested with VS 2017 community on a C# .NET Framework 4.7.1 console application.

@MBulli MBulli added the bug label Sep 16, 2018
@MBulli
Copy link
Owner

MBulli commented Sep 16, 2018

Well the problem is that we're not aware of any event which just tells us if the program is started. I can handle the StepOver/StepIn Commands etc. but I also need to know if the program is already been debugged.

@krilbe
Copy link
Author

krilbe commented Sep 16, 2018

Alright, I understand. Not so easy to fix then. I can live with it. :-)

@MBulli
Copy link
Owner

MBulli commented Sep 16, 2018

Still we try to fix it ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants