4747a94
Merge branch 'edit-breakpoint-condition' into 'master' by
2017-06-26 11:12:56 +0100
2648524
Add "C-c b e" to edit breakpoint condition at point by
2017-06-16 17:17:50 +0200
811b49c
indium-backend-get-breakpoints-in-file accepts an optional line by
2017-06-16 16:30:59 +0200
abaeb18
Add indium-backend-get-breakpoint to retrieve from an ID by
2017-06-16 16:28:38 +0200
a5c0012
Save breakpoint condition in connection by
2017-06-16 16:26:49 +0200
c5e8d08
Fix typo by
2017-06-16 16:25:01 +0200
b5bd4aa
Require cus-edit.el in indium-faces by
2017-06-22 16:43:38 +0200
e7fea18
Use a smaller logo in the HTML documentation by
2017-06-22 13:29:01 +0200
87507ee
Use the RTD theme for the HTML documentation by
2017-06-22 13:16:18 +0200
2e71b96
Merge remote-tracking branch 'gitlab/master' by
2017-06-21 22:27:38 +0200
4adbb5f
Make sure that the directory containing indium-workspaces.el exists by
2017-06-21 22:24:15 +0200
3064428
Revert "Place the workspaces file in .emacs.d/var/indium/" by
2017-06-21 22:25:24 +0200
3728af9
Place the workspaces file in .emacs.d/var/indium/ by
2017-06-21 18:16:33 +0200
c0ebbed
Merge branch 'patch-1' into 'master' by
2017-06-16 12:52:34 +0100
b83a64e
Fix text in documentation by
2017-06-16 12:32:08 +0100
e9b0104
(tag: 0.6.2)
Fix compatibility with node 8.x by
2017-06-09 18:23:12 +0200
094ec1c
Remove a unit test related to exec-path-from-shell by
2017-06-09 17:11:45 +0200
84cc6d0
Remove the usage of exec-path-from-shell by
2017-06-09 17:09:00 +0200
1406f81
Bump version number by
2017-06-02 14:52:53 +0200
7345f06
Add `this` to the locals viewer (#66) by
2017-06-02 12:54:51 +0200
05fbb25
Add hooks run when opening/closing a connection by
2017-06-01 17:17:48 +0200
397fa9a
Add a regression test for non-existing workspace file by
2017-06-01 17:00:50 +0200
954769c
Fix the travis build by
2017-06-01 17:00:43 +0200
5bb9f69
Ignore errors when reading the workspace file by
2017-06-01 11:08:38 +0200
09ffc03
Fix inspector formating by
2017-06-01 01:07:24 +0300
a2b22a2
Merge remote-tracking branch 'upstream/master' by
2017-06-01 01:05:21 +0300
8cffdf9
Make it optional to persist the workspace list to a file by
2017-05-31 17:55:19 +0200
4c380bb
Add this to a scope chain by
2017-06-01 00:58:26 +0300
2389c05
Make it optional to persist the workspace list to a file by
2017-05-31 17:55:19 +0200
c16d8cb
Add support for storing previously used workspace directories (#67) by
2017-05-31 17:19:58 +0200
9f89530
Add support for storing previously used workspace directories (#67) by
2017-05-31 17:19:58 +0200
71ee4b4
Fix get-current-scopes error by
2017-05-31 17:57:29 +0300
82ae155
Add `this` to the locals viewer by
2017-05-31 15:10:30 +0300
0324ef0
Add unit tests for indium-repl.el by
2017-05-19 23:11:29 +0200
9c42f01
Repl improvements (#56) by
2017-05-19 19:57:31 +0300
c3b151f
(tag: 0.6.1)
Add more loop interaction tests (#64) by
2017-05-31 14:55:00 +0300
ab055b0
Fix node before point evaluation by
2017-05-30 22:52:56 +0200
5cb3ff3
(tag: 0.6.0)
Enhance inspector (#62) by
2017-05-30 15:40:51 +0300
07c3d44
Add a command to list and jump to breakpoints by
2017-05-24 15:50:16 +0200
28d081e
Add support for menus by
2017-05-24 14:54:00 +0200
8ac964c
Automatically connect to single tab (#58) by
2017-05-24 12:37:01 +0300
e2c407d
Remove the dependency to magit-popup by
2017-05-24 11:26:20 +0200
af23fc4
Make sure the exec path is setup correctly for node processes by
2017-05-24 11:20:47 +0200
6b4460e
Update the readme by
2017-05-23 12:34:19 +0200
65c92d6
Update the documentation related to breakpoint keybindings by
2017-05-23 12:29:21 +0200
402228f
Use a magit-popup for breakpoints actions by
2017-05-23 12:27:14 +0200
3316f78
Remove an autoload (fix #57) by
2017-05-23 12:26:09 +0200
0cf0778
Add unit tests for indium-repl.el by
2017-05-19 23:11:29 +0200
6d490b0
Repl improvements (#56) by
2017-05-19 19:57:31 +0300
f4a6d6e
Add chrome/nodejs command history (#55) by
2017-05-19 19:45:08 +0300
201d71c
Don't show an overlay when a breakpoint is hit by
2017-05-19 17:49:14 +0200
09cf8c5
Do not add arrows in debugger overlays by
2017-05-19 17:48:58 +0200
cff83d6
Avoid overlapping overlays in indium-debugger-litable.el by
2017-05-19 17:36:47 +0200
8533d03
Display error descriptions inlined in overlays by
2017-05-19 17:30:10 +0200
53604f9
Pop the stack frames buffer by
2017-05-19 16:44:25 +0200
1471b0f
Add integration tests for the REPL by
2017-05-19 13:53:16 +0200
b312ef5
Separate handling object values from previews in Webkit by
2017-05-19 10:49:22 +0200
6323d4c
Simplify the management of debugger frames by
2017-05-18 22:49:44 +0200
bbc5c02
Add more unit tests for indium-debugger.el by
2017-05-18 22:27:07 +0200
50c2310
Use a smaller delay in tests when connecting to node by
2017-05-18 22:26:47 +0200
bcd98f9
Make sure that the debugger buffer is not unset in between steps by
2017-05-18 22:21:32 +0200
9f618bd
Fix github issue #53 by
2017-05-18 22:17:47 +0200
7672524
Update the texinfo manual by
2017-05-18 16:48:30 +0200
818176d
Add documentation regarding nodejs installation by
2017-05-18 16:42:41 +0200
f8195d8
Fix webkit backend boolean description handling by
2017-05-18 16:19:27 +0200
e22450e
Update the texinfo manual by
2017-05-18 14:26:01 +0200
0e39f7f
Use an intel docker image for the gitlab-ci builds by
2017-05-18 13:23:59 +0200
81f0d3b
Add documentation for running and connecting to nodejs by
2017-05-18 13:16:02 +0200
7a7d036
Install nodejs 7.x in the gitlab build by
2017-05-18 11:31:27 +0200
6cf9d70
Fix the travis build by
2017-05-18 10:30:50 +0200
04c9701
Add first integration tests for nodejs by
2017-05-18 10:21:07 +0200
ecefc15
Switch to the nodejs process buffer by
2017-05-17 15:53:31 +0200
31c85d1
Do not try to enable the Log when using nodejs by
2017-05-17 15:42:23 +0200
5741aae
Do not try to disable the cache when using nodejs by
2017-05-17 15:10:42 +0200
80bc5a3
Add support for starting node processes within Emacs by
2017-05-17 15:09:04 +0200
726a0b9
Fix coverage percentages rounding by
2017-05-17 16:07:55 +0200
978cc30
round coverage percentages by
2017-05-17 16:07:55 +0200
111ecf1
Bump the required version of nodejs to 7.4 by
2017-05-17 15:13:20 +0200
d7a0d94
Fix indium-backend-evaluate in indium-webkit.el by
2017-05-17 15:06:19 +0200
32bda24
Fix some wrong defgeneric definitions in indium-webkit.el by
2017-05-17 00:26:16 +0200
a82be98
Merge branch 'backend-refactoring' into 'master' by
2017-05-16 22:18:47 +0000
bc5c3fe
Add unit tests for the webkit backend by
2017-05-17 00:05:34 +0200
cfc0bbb
Fix linting warnings by
2017-05-16 23:58:16 +0200
fcb232a
Merge the chrome and nodejs backends together by
2017-05-16 22:43:53 +0200
458cb1e
tests + linting by
2017-05-16 22:18:03 +0200
a37aa9f
Add linting to the build by
2017-05-16 13:24:26 +0200
1ed49da
Fix the travis build by
2017-05-15 16:47:46 +0200
1921042
Add coverage badge by
2017-05-15 16:41:47 +0200
15bdd47
Fix coverage report by
2017-05-15 16:33:30 +0200
6673b0a
Fix the gitlab builds by
2017-05-15 16:26:29 +0200
942e4ba
Add coverage report by
2017-05-15 16:12:47 +0200
244a55d
Fix boolean rendering (#52) by
2017-05-15 15:09:41 +0200
93c944b
Fix the CI by
2017-05-15 09:54:47 +0200
0cd45d8
Switch from ert to buttercup by
2017-05-15 09:50:27 +0200
79864b7
Add more unit tests for indium-debugger.el by
2017-05-14 22:45:04 +0200
593ec8a
move indium-test-helpers.el to test/test-helper.el by
2017-05-14 22:15:03 +0200
2a31dd5
Add an Emacs 25 badge by
2017-05-14 16:43:26 +0200
faeb9ab
Add unit tests by
2017-05-13 13:54:31 +0200
ae771ec
Display a message when activating/deactivating breakpoints by
2017-05-12 23:23:01 +0200
0b9a6a7
Unset the debugging context when the execution is resumed by
2017-05-12 17:47:54 +0200