• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ExtendScript Toolkit does not break on breakpoints

Explorer ,
Feb 07, 2011 Feb 07, 2011

Copy link to clipboard

Copied

For some unknown reason most of the breakpoints are turned off when running a script.

Clearing the preferences did not solve the problem.

Any suggestions?

TOPICS
Scripting

Views

1.8K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 08, 2011 Feb 08, 2011

Copy link to clipboard

Copied

This was an annoying bug in CS4, in CS5 it's a bit better but it still happens, both on Macs and Windows. It would help if you submit a bug report http://www.adobe.com/support/feature.html. It has been reported before, but the more reports the better the chance that something will be done about it.

Peter

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Feb 09, 2011 Feb 09, 2011

Copy link to clipboard

Copied

I had reports that after the first $.bp() has been reached, the debugger breakpoints start to work again.

Which preferences did you clear? ESTK has its own set, but I'm not sure whether that helps ...

Dirk

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 10, 2011 Feb 10, 2011

Copy link to clipboard

Copied

LATEST

Thanks for those tips, Dirk and mg.

Peter

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Feb 09, 2011 Feb 09, 2011

Copy link to clipboard

Copied

Hello.

Is breakpoint mean red point in left gutter?

when I want to create breakpoints, always use this.

$.bp();

or

$.bp( /*statements*/ );

ex). $.bp( i%3 === 0 ); // break if "i" is multiple of 3

mg.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines