forked from swojtasiak/jsrdbg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
23 lines (19 loc) · 1.07 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0.0.1 (10.04.2015)
* ([email protected]) First version.
0.0.2 (11.04.2015)
* ([email protected]) Executable stack bit removed.
* ([email protected]) Fix for broken ld which doesn't generate proper .note.GNU-stack sections.
* ([email protected]) Broken debug build fixed.
* ([email protected]) State handling code cleaned up a bit.
0.0.3 (12.04.2015)
* ([email protected]) EINTR related fixes (TCP/IP communication)
* ([email protected]) Broken line numeration in script code viewer (jrdb)
* ([email protected]) Pause is not needed to delete breakpoints
0.0.4 (14.04.2015)
* ([email protected]) Pending breakpoints are marked on the breakpoints list
* ([email protected]) Client is warned about the fact that pending breakpoint is registered
* ([email protected]) Evaluation related fixes
* ([email protected]) Extended location tracking
* ([email protected]) Host can be set to null while configuring TCP/IP
* ([email protected]) Warnings are sent to clients if commands are not
being handled on the fly.