Latest version breakpoints problem.

Hi,

I have updated to latest version of WebCore and now "debugger" code is no longer generated in javascript when I set breakpoints on the IDE.

Had to revert back to my previous version "2.2.2.0" and they are working again.

Any hint?

Thanks in advace,

Omar Zelaya

That is by design. By default, setting a breakpoint should cause the IDE to stop on this line instead of inserting a breakpoint in the JavaScript code.
If you want to do browser based debugging, disable IDE based debugging.
It is all explained here:

Hi,

Debug in IDE is set to False.

Thanks in advance,

Omar Zelaya

Both at project & IDE level?

Hi,

I had it only at project level. Setting at IDE level worked.

Thanks.

Omar Zelaya