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

Report column number in stack frame when debugger stops #405

Merged
merged 1 commit into from Mar 25, 2017

Commits on Mar 25, 2017

  1. Report column number in stack frame when debugger stops

    This change causes the column number of the debugger's currently stopped
    position to be passed through with the top stack frame.  This allows VS
    Code's debugger UI to show an indicator that points to where the debugger
    stopped when stepping through code.
    
    Resolve PowerShell/vscode-powershell#616
    daviwil committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    b5076b0 View commit details
    Browse the repository at this point in the history