--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/85e59ef6-f625-4515-8ec2-e82338442b9d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
This is not a bug.As you can see on the last line of the file, this file has a sourceMappingURL directive.Because of that DevTools loads sources and maps your breakpoints there.You could either debug the sources instead of the original file (this is the best option in most of the cases) or disable source maps in DevTools settings.
On Sun, Jan 26, 2014 at 6:07 AM, <inia...@gmail.com> wrote:
Steps to reproduce the problem2. Open the file called dm1--.js in Sources tab3. Pretty print it4. Try setting a break point anywhere on this file. Setting a break point at a particular line does not stop execution at that point. Execution stops at a totally different file at some different line.This is a bug with the dev tools, right?
--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-developer-tools+unsub...@googlegroups.com.