Paused in debugger in chrome?

后端 未结 16 2304
小鲜肉
小鲜肉 2020-12-22 21:22

When debugging in chrome, the scripts are always paused in the debugger even if there are no break points set, and if the the pause is un-paused, it again pauses itself.

16条回答
  •  北海茫月
    2020-12-22 22:00

    Threads > switch "Main" to "app"

    In the "Threads" section I changed the context from "Main" > to "app". The "app" should have a blue arrow aside.

提交回复
热议问题