Closed GoogleCodeExporter closed 9 years ago
Original comment by peter.ry...@gmail.com
on 11 Dec 2011 at 12:52
Thank you for reporting.
Do you know how "resumed" event comes alone (without response for any
step/continue command)? Normally SDK send step_* and receives response.
"Resumed" event is ignored.
Original comment by peter.ry...@gmail.com
on 11 Dec 2011 at 7:46
Fixed in HEAD.
Original comment by peter.ry...@gmail.com
on 12 Dec 2011 at 4:56
Fixed in 0.3.2
Original comment by peter.ry...@gmail.com
on 13 Dec 2011 at 12:12
I'm still getting this error with 0.3.4 when trying to connect in remote debug.
java.lang.NullPointerException
at org.chromium.debug.core.model.ConnectedTargetData$DebugEventListenerImpl.disconnected(ConnectedTargetData.java:294)
at org.chromium.sdk.internal.standalonev8.StandaloneVmImpl.onDebuggerDetachedImpl(StandaloneVmImpl.java:174)
at org.chromium.sdk.internal.standalonev8.StandaloneVmImpl.detach(StandaloneVmImpl.java:152)
at org.chromium.debug.core.model.DebugTargetImpl$1.destruct(DebugTargetImpl.java:77)
at org.chromium.sdk.util.DestructingGuard.doFinally(DestructingGuard.java:32)
at org.chromium.debug.ui.launcher.LaunchTypeBase.launch(LaunchTypeBase.java:101)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:854)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:937)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1141)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Chromium JavaScript Remote Debugger=0.3.4.201202250214
eclipse.buildId=M20120208-0800
java.version=1.7.0_03
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product
org.eclipse.epp.package.jee.product
Original comment by gkorl...@gmail.com
on 17 Apr 2012 at 9:09
I am also seeing the same exception using 0.3.4 with a fresh Indigo Javascript
IDE and Node.js 0.6.18
java.lang.NullPointerException
at org.chromium.debug.core.model.ConnectedTargetData$DebugEventListenerImpl.disconnected(ConnectedTargetData.java:294)
Original comment by colin.br...@gmail.com
on 18 May 2012 at 5:31
I'm having the same issue, I've been figure this out for the past couple
hours/days and I can't....please help...thanks.
I'm getting this when I try to launch the debugger (It seems to only happens
after I've installed VJET :(
java.lang.NullPointerException
at org.chromium.debug.core.model.ConnectedTargetData$DebugEventListenerImpl.disconnected(ConnectedTargetData.java:298)
at org.chromium.sdk.internal.standalonev8.StandaloneVmImpl.onDebuggerDetachedImpl(StandaloneVmImpl.java:174)
at org.chromium.sdk.internal.standalonev8.StandaloneVmImpl.detach(StandaloneVmImpl.java:152)
at org.chromium.debug.core.model.DebugTargetImpl$1.destruct(DebugTargetImpl.java:77)
at org.chromium.sdk.util.DestructingGuard.doFinally(DestructingGuard.java:32)
at org.chromium.debug.ui.launcher.LaunchTypeBase.launch(LaunchTypeBase.java:108)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:702)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:924)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1128)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
eclipse.buildId=M20110210-1200
java.version=1.7.0
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.java.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product
org.eclipse.epp.package.java.product
Plugins:
VJET All Features 1.0.0.201105260911 org.ebayopensource.vjet.all.feature.group
ChromeDevTools SDK WIP Backends 0.1.8.201207022104 org.chromium.sdk.wipbackends.feature.group
Chromium JavaScript Debugger Bridge to JSDT 0.3.6.201207022103 org.chromium.debug.jsdtbridge.feature.group
Chromium JavaScript Remote Debugger 0.3.6.201207022103 org.chromium.debug.feature.group
Version: Helios Service Release 2
Build id: 20110218-0911
Original comment by abuck....@gmail.com
on 8 Jul 2012 at 10:06
forgot to add the Node.js version: 0.6.19
Original comment by abuck....@gmail.com
on 8 Jul 2012 at 10:12
It looks like there is an exception while initializing debug session. The
problem is that the actual exception is hidden by this (less interesting) NPE.
Do you think you will be able to try to reproduce it with a patched Debugger
(which I'm going to prepare)?
Original comment by peter.ry...@gmail.com
on 8 Jul 2012 at 11:52
One more thing. Can I ask you please to file a separate issue for his problem.
I believe it's not "occurred when stepping" anymore like the title says. This
issue is closed.
Original comment by peter.ry...@gmail.com
on 8 Jul 2012 at 11:58
Please update to 0.3.6 (to today's build 201207090605). This won't fix your
problem, but we should finally see the cause exception. Please bring its
stacktrace here.
Original comment by peter.ry...@gmail.com
on 9 Jul 2012 at 3:05
Here we go, I've upgdated my node.js to 0.8.1 and seems that I'm getting a
timeout issue now :( see
http://code.google.com/p/chromedevtools/issues/detail?id=69&thanks=69&ts=1341807
943
thanks for looking at this, appreciated ! if you need any info or want me to
try something, let me know, I'm more than open to help :)
Original comment by abuck....@gmail.com
on 9 Jul 2012 at 4:26
I meant please update ChromeDevTools to 0.3.6
You better keep old Node.js, new one does get stuck for debug requests.
https://github.com/joyent/node/issues/3626
I sent them a fix, but I have no idea whether it will get in:
https://github.com/prybin/node/tree/dispatch_debug_messages
Original comment by peter.ry...@gmail.com
on 9 Jul 2012 at 4:36
Yeah, sorry, I did updated to latest ChromeDevTools to 0.3.6 but thought it was
a good idea to update node.js in the same time. Anyway, I downgraded node.js to
0.6.19 and getting other issues (I'll update with the other thread).
Original comment by abuck....@gmail.com
on 9 Jul 2012 at 4:46
Theoretically one can apply the patch and compile Node.JS himself, but it could
be not too convenient.
Original comment by peter.ry...@gmail.com
on 9 Jul 2012 at 4:50
Original issue reported on code.google.com by
hivemin...@gmail.com
on 9 Dec 2011 at 6:04