Breakpoint debugging minfied/mangled/compiled variables

后端 未结 3 1281
Happy的楠姐
Happy的楠姐 2021-01-31 02:22

Working on building JavaScript sourcemaps into my workflow and I\'ve been looking for some documentation on a particular part of debugging source maps. In the picture below I\'m

3条回答
  •  深忆病人
    2021-01-31 02:43

    Using Watch Expressions on the right hand side, usually solves this. Expand the menu, and use the plus button to add your variables. You can use someNumber and someOtherNumber, and even someNumber + someOtherNumber.

提交回复
热议问题