Sami Vaarala
ce0356c8a5
Fixes to debugger document inspection text
8 years ago
Sami Vaarala
372677de20
Internal doc fixes for src/ rename
8 years ago
Sami Vaarala
9bf2fb923a
Internal doc changes for DUK_OPT_xxx removal
8 years ago
Sami Vaarala
1503b96ca8
Internal doc fixes for Duktape.Buffer removal
8 years ago
Sami Vaarala
e8ade1f430
Debugger doc duk_harray artificial properties
8 years ago
Sami Vaarala
5432722e9b
Internal document trivia cleanups
8 years ago
Sami Vaarala
a5db8f1062
Internal doc fixes for renames
9 years ago
Sami Vaarala
7a0655ebf8
Debugger doc fix for logger removal
9 years ago
Sami Vaarala
5756da0d7b
Debugger doc update for print/alert removal
9 years ago
Sami Vaarala
abe19885ca
Debugger doc update for bumped protocol version
9 years ago
Sami Vaarala
5a8cf85419
Update debugger document for merged attach call
Also add note on debugger AppRequest blocking.
9 years ago
Sami Vaarala
933b823aaa
Debugger document inspection updates
* Command renames
* Clarify Proxy handling
* Clarify handling of Array gaps and sparse Arrays
* Clarify handling of crossed indices for GetObjPropDescRange
9 years ago
Sami Vaarala
0678516196
Debugger future work transport status note
9 years ago
Sami Vaarala
70282b03d7
Clarify debugger callback restrictions
9 years ago
Sami Vaarala
b59f8149ca
Document debugger heapobj inspection commands
9 years ago
Sami Vaarala
dd232811f5
Add duk_debugger_notify() section
9 years ago
Sami Vaarala
0256f45446
Debugger doc rewording for duk_debugger-pause()
9 years ago
Bruce Pascoe
c264fffc70
debugger.rst entry for duk_debugger_pause()
9 years ago
Sami Vaarala
b5ae17b6d1
Debugger document updates for GetBytecode
9 years ago
Sami Vaarala
b8695ad42f
Debugger doc sizeof(void *) in BasicInfo
9 years ago
Sami Vaarala
110e39d7ce
Document numeric 'request' or 'notify'
Add more flexibility to the debugger JSON mapping so that you can giver a
numbered command/notify using the 'request' or 'notify' key directlty,
without having to provide e.g. { "request": true, "command": 123 }. Instead
you can just use { "request" : 123 }.
9 years ago
Sami Vaarala
c321484e02
Add a note on AppRequest for source download
9 years ago
Sami Vaarala
ea368b0f31
Debugger doc: error codes, apprequest cleanup
9 years ago
Bruce Pascoe
208d2e018e
Clarify a few things in documentation
9 years ago
Bruce Pascoe
278a1fecb1
Various trivia fixes for AppRequest/AppNotify
9 years ago
Bruce Pascoe
313e8a1d3c
Document AppRequest/AppNotify debug messages
* Mention application-defined commands in the introductory overview.
* Add a new section discussing the feature and its usage at length as
well as a recommended convention for messages.
* Document the contract for the request callback and what rules it must
follow. Include a sample request callback implementation.
* Remove future work items covered by this feature.
9 years ago
Sami Vaarala
641a534d9d
Debugger future work note
9 years ago
Sami Vaarala
dc18bf8b44
Debugger doc updates for DukLuv proxy
9 years ago
Sami Vaarala
a23210c4e3
Doc/website update for Windows debug transport
9 years ago
Sami Vaarala
9f6d4d41f9
Debugger document minor improvements
9 years ago
Bruce Pascoe
8077a2e362
Add Detaching notify to debugger.rst
9 years ago
Bruce Pascoe
973d6cf85a
Document optional callstack level in debugger.rst
9 years ago
Sami Vaarala
7011ebaf86
Debugger document note on GC freezing and walking
9 years ago
Sami Vaarala
5a4a8b0b1a
Internal doc changes for 'unused' marker tag
9 years ago
Sami Vaarala
45cc8dd819
Remove debugger pause-on-error future work
9 years ago
Sami Vaarala
bbd2346cf1
Remove debugger stmt from future work
9 years ago
Bruce Pascoe
6e360ed703
Implement debugger throw intercept
Throws are reported to the client and fatal throws pause before unwinding.
9 years ago
Bruce Pascoe
de4b07a371
Add Throw notify to debugger.rst
9 years ago
Sami Vaarala
e3827515b0
Remove experimental status of debugger API
Also remove experimental warning in debugger web UI.
9 years ago
Sami Vaarala
d4bb9798b4
Debugger doc notes on PC vs. PC-1
9 years ago
Sami Vaarala
d957297bd7
Debugger doc update for line transition rule
9 years ago
Sami Vaarala
34873b62ce
Debugger document fixes
- Clarification for heapptr dvalue
- Mention dvalue debug transport in debugger doc
9 years ago
Sami Vaarala
b3341cf970
Debugger doc clarification
9 years ago
Sami Vaarala
5090a5a5f9
Fix GetLocals documentation, value type is tval
9 years ago
Sami Vaarala
e54ee1c8d0
Debugger document: type clarifications
- Clarify that the different string, buffer, and integer representations
in the binary protocol are logically equivalent
- Fastints not explicitly visible (look like normal numbers)
- Buffer objects look like any objects (only class number indicates
they're buffer values)
- Future work additions
10 years ago
Sami Vaarala
53cc5702a1
Add JSON mapping to debugger document
Includes both dvalue JSON mapping and protocol JSON mapping.
10 years ago
Sami Vaarala
e93cdae886
Add transport torture note to debug doc
10 years ago
Sami Vaarala
ef20613285
Debugger documentation for GetBytecode
10 years ago
Sami Vaarala
f801ee9674
Internal document for duk_debugger_cooperate()
10 years ago
Sami Vaarala
59e6df94f8
Internal doc cleanups
10 years ago