You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
TylerLeonhardt commentedon Jan 12, 2018
Any idea if this still repros?
rkeithhill commentedon Jan 12, 2018
Dunno because attach to process has been broken for a while. :-(