Eikon 4 JET: How to open a debug console

Hi all,

Do you know of a way to open a debug console running a JET app from Eikon?
To "see" what goes wrong.

I.e. Chrome-> Chromium
Firefox-> Fire Bug

Thanks
-Zoya

Best Answer

Answers

  • For IE (KO_IE), I've not found any way to open debug console to see code. One alternative solution is to open Visual Studio and attach to Eikon process(es) and select 'Script' debugger type. You should be able to see javascript code loaded in the page.