Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply mappings in correct order. s:create_layout configures only breakpoint and continue mappings. s:continue configures all the the debug related mappings. s:create_layout is called in s:connect after it calls go#debug#Stack('halt'), which in turn calls s:continue, so be sure to only call s:continue in go#debug#Stack when its single argument is not 'halt'. Fixes #3568
- Loading branch information