Rank: Newbie Groups: Member
Joined: 5/30/2012 Posts: 6
|
When using the remote debugging feature with eo.webbrowser, how can I set a breakpoint in some javascript that is part of the document html. I am using Chrome with developer tools.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
You would do it exactly the same way as you would when setting breakpoint inside Chrome. The only thing that may be "strange" is when you open the file in which you set breakpoint, you may see a blank page. In that case you can reload the page in EO.WebBrowser and the page contents should appear. After that you can set break point there.
Thanks!
|