Skip to content

Instantly share code, notes, and snippets.

@joshthecoder
Created December 13, 2011 01:30
Show Gist options
  • Save joshthecoder/2bd748c1a9efc0ddf3a5 to your computer and use it in GitHub Desktop.
Save joshthecoder/2bd748c1a9efc0ddf3a5 to your computer and use it in GitHub Desktop.
{"seq":22,"type":"request","command":"suspend"}
Content-Length: 96
{"seq":26,"request_seq":22,"type":"response","command":"suspend","success":true,"running":false}
Content-Length
:
81
{"seq":23,"type":"request","command":"backtrace","arguments":{"inlineRefs":true}}
Content-Length: 133
{"seq":27,"request_seq":23,"type":"response","command":"backtrace","success":true,"body":{"totalFrames":0},"refs":[],"running":false}
startDebugging(frames is empty)
Content-Length
:
48
{"seq":24,"type":"request","command":"continue"}
Content-Length: 96
!ENTRY com.aptana.js.debug.core 4 4 2011-12-12 17:27:21.559
!MESSAGE Read timed out
!STACK 0
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
at sun.nio.cs.StreamDecoder.read0(StreamDecoder.java:107)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:93)
at java.io.InputStreamReader.read(InputStreamReader.java:151)
at com.aptana.js.debug.core.internal.model.DebugConnection.readMessage(DebugConnection.java:271)
at com.aptana.js.debug.core.internal.model.DebugConnection$1.run(DebugConnection.java:94)
{"seq":28,"request_seq":24,"type":"response","command":"continue","success":true,"running":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment