Skip to content

Debugging in VS Code and Chrome not working with TypeScript #2897

Open
@YoannBureau

Description

@YoannBureau

Version

3.1.1

Reproduction link

https://github.com/YoannBureau/vuejs-vscode-ts-ko

Node and OS info

NPM 6.4.1

Steps to reproduce

  • npm install
  • in vs code, install "Debugger for Chrome" extension if not done yet
  • npm run serve
  • set a breakpoint in HelloWorld.vue line 43
  • start debug using "vuejs: chrome" debug config (FYI I reproduced the same steps as here: https://fr.vuejs.org/v2/cookbook/debugging-in-vscode.html )
  • click the button in the component

What is expected?

Breakpoint should be hit

What is actually happening?

Breakpoint is not hit


It's working great with Js, but ko with Ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions