PowerShellEditorServices icon indicating copy to clipboard operation
PowerShellEditorServices copied to clipboard

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

Open rkeithhill opened this issue 8 years ago • 2 comments

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").

rkeithhill avatar Jan 28 '17 07:01 rkeithhill

Any idea if this still repros?

TylerLeonhardt avatar Jan 12 '18 03:01 TylerLeonhardt

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

rkeithhill avatar Jan 12 '18 03:01 rkeithhill