0

I am trying to debug the following code in chrome while working with AngularJS 1.6. Its quite strange for me that it is not allowing me to put a debug point on line 11 as shown below :

enter image description here

Is there an issue with the code or I need any chrome plugin to do this?

2
  • Line 11 is unreachable. The JavaScript engine probably optimized it out of the compiled code. Images of code are not helpful. It makes it difficult to reproduce the problem.
    – georgeawg
    CommentedFeb 22, 2020 at 13:33
  • put a console.log(" breakpoint "); just above line 13 and add break point to that point itself.
    – Sunny
    CommentedFeb 22, 2020 at 17:59

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.