<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/lib/_debugger.js, branch fix/orangemocha-readable-stuff</title>
<subtitle>github.com: joyent/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/'/>
<entry>
<title>debugger: don't set the `repl.prompt` string</title>
<updated>2014-02-21T17:43:06+00:00</updated>
<author>
<name>Nathan Rajlich</name>
<email>nathan@tootallnate.net</email>
</author>
<published>2014-02-21T06:13:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=e746bbdc2b79881b2c991c829b5437340583a064'/>
<id>e746bbdc2b79881b2c991c829b5437340583a064</id>
<content type='text'>
It wasn't doing anything, and actually due to
3ae0b17c76f693dd2e68a46f78c7dc7f595b33c6, it was causing
the readline `prompt()` function to be overwritten
which throws an error in the REPL shortly after.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It wasn't doing anything, and actually due to
3ae0b17c76f693dd2e68a46f78c7dc7f595b33c6, it was causing
the readline `prompt()` function to be overwritten
which throws an error in the REPL shortly after.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/v0.10'</title>
<updated>2014-02-18T04:57:53+00:00</updated>
<author>
<name>Timothy J Fontaine</name>
<email>tjfontaine@gmail.com</email>
</author>
<published>2014-02-18T04:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=466a9b5c78abef8f6c5261f33df83672d78b41b5'/>
<id>466a9b5c78abef8f6c5261f33df83672d78b41b5</id>
<content type='text'>
Conflicts:
	src/node_zlib.cc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	src/node_zlib.cc
</pre>
</div>
</content>
</entry>
<entry>
<title>debugger: Fix breakpoint not showing after restart</title>
<updated>2014-02-18T04:47:46+00:00</updated>
<author>
<name>Farid Neshat</name>
<email>FaridN_SOAD@yahoo.com</email>
</author>
<published>2014-02-15T03:30:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=562b015170c4c0bf442d49d46332fb3918173306'/>
<id>562b015170c4c0bf442d49d46332fb3918173306</id>
<content type='text'>
The reason this wasn't working was because after restart, when restoring
breakpoints the scripts wasn't loaded, so the breakpoint.script was
undefined. As a fix I added another check to use breakpoint.scriptReq
instead of breakpoint.script, which is the same except when the
breakpoint is a function.

fixes #7027
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The reason this wasn't working was because after restart, when restoring
breakpoints the scripts wasn't loaded, so the breakpoint.script was
undefined. As a fix I added another check to use breakpoint.scriptReq
instead of breakpoint.script, which is the same except when the
breakpoint is a function.

fixes #7027
</pre>
</div>
</content>
</entry>
<entry>
<title>debugger: remove unused definition `currentSource`</title>
<updated>2014-02-03T16:35:49+00:00</updated>
<author>
<name>Oguz Bastemur</name>
<email>obastemur@gmail.com</email>
</author>
<published>2014-02-03T12:47:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=3dcf7253a831946bd1cbb5ad74bfec6bc014f92e'/>
<id>3dcf7253a831946bd1cbb5ad74bfec6bc014f92e</id>
<content type='text'>
Client's property `currentSource` has no use throughout the project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Client's property `currentSource` has no use throughout the project.
</pre>
</div>
</content>
</entry>
<entry>
<title>debug client: connect after child is ready</title>
<updated>2014-01-20T17:00:14+00:00</updated>
<author>
<name>Alexis Campailla</name>
<email>alexis@janeasystems.com</email>
</author>
<published>2013-12-06T16:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=e12e72eb58c68b82f5bbd89e094cf7fb7b7e00c8'/>
<id>e12e72eb58c68b82f5bbd89e094cf7fb7b7e00c8</id>
<content type='text'>
We now wait to connect to the debuggee until we know that
its error stream has data, to ensure that the output message
"connecting..... ok" appears after "Debugger listening on port xyz"

I also increased the test timeout to let the more complex
tests finish in time on Windows

This change fixes the following unit tests on Windows:
 test-debugger-repl.js test-debugger-repl-term.js test-debugger-repl-utf8.js
 test-debugger-repl-restart.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now wait to connect to the debuggee until we know that
its error stream has data, to ensure that the output message
"connecting..... ok" appears after "Debugger listening on port xyz"

I also increased the test timeout to let the more complex
tests finish in time on Windows

This change fixes the following unit tests on Windows:
 test-debugger-repl.js test-debugger-repl-term.js test-debugger-repl-utf8.js
 test-debugger-repl-restart.js
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/v0.10'</title>
<updated>2013-10-25T18:26:05+00:00</updated>
<author>
<name>Timothy J Fontaine</name>
<email>tjfontaine@gmail.com</email>
</author>
<published>2013-10-25T18:26:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=61ccaf9a974bedf54622a1d6ad6b6ad00f95f5a5'/>
<id>61ccaf9a974bedf54622a1d6ad6b6ad00f95f5a5</id>
<content type='text'>
Conflicts:
	ChangeLog
	deps/uv/ChangeLog
	deps/uv/include/uv-darwin.h
	deps/uv/src/unix/fsevents.c
	deps/uv/src/unix/process.c
	deps/uv/src/version.c
	doc/api/addons.markdown
	doc/api/cluster.markdown
	doc/api/http.markdown
	lib/http.js
	lib/tls.js
	src/node_crypto.cc
	src/node_http_parser.cc
	src/node_version.h
	src/pipe_wrap.cc
	src/v8abbr.h
	src/v8ustack.d
	test/simple/test-http-pipeline-flood.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	deps/uv/ChangeLog
	deps/uv/include/uv-darwin.h
	deps/uv/src/unix/fsevents.c
	deps/uv/src/unix/process.c
	deps/uv/src/version.c
	doc/api/addons.markdown
	doc/api/cluster.markdown
	doc/api/http.markdown
	lib/http.js
	lib/tls.js
	src/node_crypto.cc
	src/node_http_parser.cc
	src/node_version.h
	src/pipe_wrap.cc
	src/v8abbr.h
	src/v8ustack.d
	test/simple/test-http-pipeline-flood.js
</pre>
</div>
</content>
</entry>
<entry>
<title>debugger: Fix bug in sb() with unnamed script</title>
<updated>2013-10-25T09:17:35+00:00</updated>
<author>
<name>Maxim Bogushevich</name>
<email>boga1@mail.ru</email>
</author>
<published>2013-10-22T07:27:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=9c6e06bed30d6f8a68ba357b4b1f49ba766ebcb2'/>
<id>9c6e06bed30d6f8a68ba357b4b1f49ba766ebcb2</id>
<content type='text'>
setBreakpoint() cause error when unnamed script is loaded
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
setBreakpoint() cause error when unnamed script is loaded
</pre>
</div>
</content>
</entry>
<entry>
<title>debugger: count space for line numbers correctly</title>
<updated>2013-10-06T11:15:07+00:00</updated>
<author>
<name>Alex Kocharin</name>
<email>alex@kocharin.ru</email>
</author>
<published>2013-10-06T05:22:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=5b230007adba91163a2f49dbdd9a16d5834fd322'/>
<id>5b230007adba91163a2f49dbdd9a16d5834fd322</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>debugger: show current line, fix for #6150</title>
<updated>2013-10-01T09:17:34+00:00</updated>
<author>
<name>Alex Kocharin</name>
<email>alex@kocharin.ru</email>
</author>
<published>2013-09-28T20:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=028e652a73319e9c31fd47ef02e10f592b899333'/>
<id>028e652a73319e9c31fd47ef02e10f592b899333</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>debugger: repeat last command</title>
<updated>2013-10-01T09:13:58+00:00</updated>
<author>
<name>Alex Kocharin</name>
<email>alex@kocharin.ru</email>
</author>
<published>2013-09-28T22:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=60a1dbddd2a4f6341c0fbc26e3fcdf3f16bcbbe8'/>
<id>60a1dbddd2a4f6341c0fbc26e3fcdf3f16bcbbe8</id>
<content type='text'>
Regression introduced by commit 9ef9a9d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regression introduced by commit 9ef9a9d.
</pre>
</div>
</content>
</entry>
</feed>
