Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the firephp Reference Manual, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 13:28:30 2020 GMT+0.
• Introduction | What firephp is all about | |
• Systems | The systems documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
This is firephp implementation in Common Lisp.
Currently it can send 2 types of firephp messages as FirePHPCore library can - dump messages and log messages (with type log, info, warn). Messages must be simple structures like lists, strings, numbers etc. Server supported is hunchentoot, but can be easily extended to work with other servers. Library does not support FirePHP 1.0 protocol.
On google chrome there are 2 cases.
Dump messages work with plugin webug and only if no log messages present in response.
Here is the code to send dump messages.
(firephp:send-message "Test")
(firephp:send-message "Test" :label "TestLabel")
And to send log messages just need to
(firephp:send-message "Test" :type :log)
(firephp:send-message "Test" :type :log :label "TestLabel")
Small debug wrappers included. Try
(firephp:fb "test1" "test2" (list 1 2 3))
(firephp:descr "test1" "test2" (list 1 2 3))
Currently works with FirePHP4Chrome for Google Chrome. Does not work on Firefox Firephp plugin
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The firephp system |
Olexiy Zamkoviy
Olexiy Zamkoviy
LLGPL
FirePHP debug utility
firephp.asd (file)
firephp.lisp (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The firephp.asd file | ||
• The firephp/firephp.lisp file |
Next: The firephp/firephp․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
firephp.asd
firephp (system)
Previous: The firephp․asd file, Up: Lisp files [Contents][Index]
firephp (system)
firephp.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The firephp-asd package | ||
• The firephp package |
Next: The firephp package, Previous: Packages, Up: Packages [Contents][Index]
firephp.asd
Previous: The firephp-asd package, Up: Packages [Contents][Index]
FirePHP protocol server implementation
firephp.lisp (file)
common-lisp
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions | ||
• Internal definitions |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported special variables | ||
• Exported functions |
Next: Exported functions, Previous: Exported definitions, Up: Exported definitions [Contents][Index]
firephp.lisp (file)
Previous: Exported special variables, Up: Exported definitions [Contents][Index]
firephp.lisp (file)
Simple debug function applies to any arguments and just displays them
firephp.lisp (file)
firephp.lisp (file)
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal functions |
Previous: Internal definitions, Up: Internal definitions [Contents][Index]
firephp.lisp (file)
firephp.lisp (file)
firephp.lisp (file)
firephp.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L |
---|
Jump to: | F L |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | D F G M S |
---|
Jump to: | D F G M S |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Jump to: | *
S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
* | |||
*escape-html-p* : | Exported special variables | ||
| |||
S | |||
Special Variable, *escape-html-p* : | Exported special variables | ||
|
Jump to: | *
S |
---|
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | F P S |
---|
Jump to: | F P S |
---|