Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

High-level debugger API #1667

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
bd69afb
[debugger] readline => repl
indutny Sep 6, 2011
42b8b77
[repl, readline] async interface
indutny Sep 7, 2011
71a9aef
[readline, repl] Fix completion grouping, fix parens eval results
indutny Sep 7, 2011
134ab61
[debugger] two repls, initial
indutny Sep 7, 2011
eab65e2
[repl] Async global completion
indutny Sep 7, 2011
e01635e
[debugger] port all commands
indutny Sep 7, 2011
3b2577b
[debugger] restructurize code, eval control repl asynchronously
indutny Sep 7, 2011
f549f2b
[debugger] Fix help message
indutny Sep 7, 2011
0d4dc3a
[repl] let self.eval be configurable on REPLServer initialization
indutny Sep 7, 2011
77eb8ea
[debugger] use newly added `eval` argument for REPLServer
indutny Sep 7, 2011
00343a9
[debugger] display message on repl(), do not display warnings on Ctrl+C
indutny Sep 7, 2011
2c2397d
[debugger] simulate getters
indutny Sep 8, 2011
e13ed4a
[repl, readline] refactor async completion and execution
indutny Sep 8, 2011
3b593c9
[debugger] handle lookup error, no more need to handle SyntaxErrors
indutny Sep 8, 2011
22eb2d5
[debugger] pause stdin on debugEval
indutny Sep 8, 2011
199f90b
[debugger] fix messages
indutny Sep 8, 2011
d36d5c3
[debugger] revert to using getter
indutny Sep 8, 2011
46382a7
[debugger] resume stdin at right time when running code remotely
indutny Sep 8, 2011
01349bb
[debugger] added synonyms for run, cont, next, step, out, shorten bre…
indutny Sep 8, 2011
8d7aade
[debugger] call silent resume in debugEval to prevent incorrect curso…
indutny Sep 8, 2011
03adcee
[debugger] more informative break message (reverting back partially)
indutny Sep 10, 2011
3dd573e
[debugger] nicier output, clear line before writing
indutny Sep 10, 2011
5a36399
[debugger] print data from child process' stdout and stderr
indutny Sep 10, 2011
79265fe
[debugger] rename function, add it to ignore list
indutny Sep 10, 2011
69fa7ef
[debugger] fix slow repl evals inside async callbacks
indutny Sep 10, 2011
db6526f
[debugger] deep cloning (depth = 3)
indutny Sep 10, 2011
5452098
[debugger] implemented setBreakpoint, etc
indutny Sep 10, 2011
fe4b0f4
[debugger] fixed piping from stdout of child process, fixed eval in d…
indutny Sep 10, 2011
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading