最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Chrome Inspect Element is not showing all Javascript - Stack Overflow

programmeradmin3浏览0评论

The current project I am working on builds a page's javascript code based on some conditions. All the code works but when I go to the Developer Tools to see it, it is not showing. Or more like it is truncated and 3 dots added at the end.

It seems to be a change with the recent update. It is extremely annoying to not be able to see everything. Does anyone know how to make it show everything? If it helps, I'm working on a mac. Thanks.

Chrome Version 42.0.2311.152 (64-bit)

The current project I am working on builds a page's javascript code based on some conditions. All the code works but when I go to the Developer Tools to see it, it is not showing. Or more like it is truncated and 3 dots added at the end.

It seems to be a change with the recent update. It is extremely annoying to not be able to see everything. Does anyone know how to make it show everything? If it helps, I'm working on a mac. Thanks.

Chrome Version 42.0.2311.152 (64-bit)

Share Improve this question edited Jun 20, 2020 at 9:12 CommunityBot 11 silver badge asked May 22, 2015 at 0:34 RisingSunRisingSun 1,73327 silver badges46 bronze badges 3
  • added chrome version – RisingSun Commented May 22, 2015 at 0:39
  • 2 You should be able to see it in Sources tab – Kaiido Commented May 22, 2015 at 0:45
  • 1 You are right. I am able to see it in the Sources tab but would be nice to be able to see it all in the Elements tab as there are some perks to it – RisingSun Commented May 22, 2015 at 0:56
Add a ment  | 

1 Answer 1

Reset to default 5

If you right click on the <script> tag and select "Edit as HTML", you'll be able to access the whole script, without the hyphenation.

发布评论

评论列表(0)

  1. 暂无评论