Skip to content

Chrome debugger not supported #10

@sohrabsaran

Description

@sohrabsaran

Chrome debugger not supported if I put breakpoint on 'alert' in snippet below:

 <script type="text/typescript">
  //import "./common.js"//too ambitious, it says 'Uncaught ReferenceError: exports is not defined'
  let message:string = 'It worked???'
//I try to put a breakpoint here...  'debugger' keyword works though
alert(message)
</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions