cczw2010 / chromedevtools

Automatically exported from code.google.com/p/chromedevtools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Helper script failed on remote: _com_chromium_debug_helper is not defined #85

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
SDK/Debugger version: 0.3.8.201210040400
Eclipse version: 3.8 (Juno)
Google Chrome/V8 Embedder + version: 24.0.1312.57
[For WebKit (WIP) protocol] Backend version: 0.1.10.2012100400
OS + version: Mac OS X 10.6.8

What steps will reproduce the problem?
1. Attach to a Chrome instance
2. Set a breakpoint in JS source in Eclipse
3. Run the code in the browser so that breakpoint is hit
4. Select one of the current variables in the Eclipse variables view

What is the expected result?
The variable's value is displayed in the detail area.

What happens instead?
The detail area shows the following error message: Helper script failed on 
remote: _com_chromium_debug_helper is not defined

The installation worked fine, setting breakpoints, source file mapping, 
stopping at breakpoints, etc. all work. The only issue is that the variable 
view doesn't show the variable's value in the detail view, instead it shows the 
above error message.

Original issue reported on code.google.com by winklern...@googlemail.com on 5 Feb 2013 at 10:04

Attachments: