Skip to content

Attach to process debugging stops in a weird spot after initial attach #355

@rkeithhill

Description

@rkeithhill
Contributor

I've been using "attach to" to debug posh-git tab expansion (awesome that I can do this!). However when I attach the debugger and trigger a breakpoint, the debugger stops where there is no breakpoint:
image
You can repro this by running posh-git from a cloned repo, attach to the process, set a breakpoint in src/GitTabExpansion.ps1 (somewhere in function GitTabExpansionInternal) and get posh-git to do tab expansion (cd to posh-git dir and type "git chec").

Activity

added this to the 0.9.1 milestone on Jan 29, 2017
modified the milestones: 0.9.1, 0.10.1, 0.10.2 on Mar 14, 2017
modified the milestones: 0.10.2, April 2017 on Apr 4, 2017
modified the milestones: June 2017, Backlog on Oct 27, 2017
TylerLeonhardt

TylerLeonhardt commented on Jan 12, 2018

@TylerLeonhardt
Member

Any idea if this still repros?

rkeithhill

rkeithhill commented on Jan 12, 2018

@rkeithhill
ContributorAuthor

Dunno because attach to process has been broken for a while. :-(

removed this from the Backlog milestone on Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @daviwil@andyleejordan@TylerLeonhardt@rkeithhill

        Issue actions

          Attach to process debugging stops in a weird spot after initial attach · Issue #355 · PowerShell/PowerShellEditorServices