Skip to content
Merged
Changes from all commits
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
04fd7ab
requires PHP 7.2
dg Apr 11, 2020
e81fe89
uses PHP 7.2 features
dg Apr 11, 2020
8b4dbe3
added funding.yml
dg May 11, 2020
6297db3
shortcuts.php -> functions.php
dg Apr 26, 2020
2767144
TracyExtension: configures Tracy only when is enabled
dg Jul 21, 2020
f36dd42
Bar: sends content in UTF-8
dg May 16, 2020
4840417
Dumper: level => depth
dg May 18, 2020
bc56727
Dumper: unified snapshot key, id & hash
dg May 18, 2020
76b0470
Dumper: changed # to @ for resources
dg Apr 13, 2020
ea12402
Dumper: added type 'ref' for object/resource references
dg May 19, 2020
0a484a1
Dumper: type 'type' changed to 'text'
dg Apr 11, 2020
afb021f
Dumper: changed assoc arrays to objects Value
dg Apr 11, 2020
04d4bd6
Dumper: changed snapshot objects to class Value
dg May 19, 2020
33af0c5
Dumper: refactoring, removed parameter $options
dg Apr 13, 2020
f899aaf
Dumper: added Value type 'string'
dg May 19, 2020
396060c
Dumper: HTML rendering is now based on model created for JavaScript
dg Oct 29, 2020
c1a5ed6
Dumper: refactoring of dump*() methods, renamed to render*()
dg Apr 13, 2020
2f30a55
Dumper: encodeString() & truncateString() moved to Helpers
dg Apr 13, 2020
b4faa85
Dumper: merged LOCATION_SOURCE & LOCATION_LINK; LOCATION_SOURCE impli…
dg May 19, 2020
126ea97
Dumper: divided into new classes Describer, Exposer & Renderer
dg Oct 14, 2020
27fb131
Describer: refactoring of toJson() method into describe*() methods
dg May 20, 2020
fbcf1aa
Dumper: dumps zval references
dg May 20, 2020
874140b
Dumper: table of references is shared in snapshot data
dg May 20, 2020
f0d4c56
Renderer: refactored $parents to associative array
dg May 20, 2020
0b78118
Describer: referenced arrays are stored in snapshot, used for array r…
dg May 20, 2020
ea4294f
Dumper: hash highlighting on mouseover
dg Apr 10, 2020
eaf7970
Exposer: added exposeObject() & addPropertyTo(), decodes visibility o…
dg Apr 14, 2020
aae68b7
Dumper: property visibility is displayed using CSS as pub/pro/pri
dg May 19, 2020
09642e0
Dumper: shows 'pub' to distinguish between public and dynamic properties
dg May 19, 2020
016309f
Dumper: distinguishes virtual property, resources are virtual
dg May 21, 2020
f66dba9
Dumper: changed '=>' to ':' as key separator for objects & resources
dg May 19, 2020
50f9950
Dumper: reduced chars allowed in unquoted key
dg Apr 21, 2020
95b7d0a
Dumper: added hover effect for guide lines
dg Apr 14, 2020
73288c5
Dumper: added option to limit max items in array/objects
dg May 20, 2020
1fd7006
Dumper: shows declaring class of private properties as tooltip
dg May 19, 2020
8bf1b8f
Dumper: json_encode is not escaping UTF-8 & slashes
dg May 19, 2020
cbf3f1b
Dumper: uses unicode ellipsis
dg May 19, 2020
765830a
Dumper: removed [] and {} around ellipsis
dg May 19, 2020
019ee46
test: multiline strings converted to NOWDOC
dg May 19, 2020
78a33ab
Dumper: strings are quoted in single quotes
dg May 19, 2020
de53875
Helpers::escapeHtml() escapes quote as '
dg Apr 19, 2020
e6087f5
Dumper: changed new-lines processing distribution
dg May 19, 2020
c839256
Dumper: keys are either numbers, strings or special object keys
dg May 19, 2020
aac92dc
Helpers::encodeString() returns HTML
dg May 19, 2020
edbf9f9
Dumper: clever way of displaying strings and escaped sequences, lengt…
dg May 19, 2020
3827c9d
Dumper: preserves the ends of truncated strings
dg Apr 21, 2020
210a47f
Dumper: changed 'array ()' to 'array (0)'
dg May 20, 2020
82f891e
Renderer: smart wrapping of HTML code
dg May 19, 2020
b848dea
Dumper: redesigned source location link 📍
dg May 19, 2020
6e1e2ab
Dumper: added tooltips about Ctrl-click
dg May 19, 2020
bc638d4
tests: added dump() tests for each environment
dg May 20, 2020
c9f178c
Dumper: moved here Debugger::dump(), $maxDepth, $maxLength and $showL…
dg May 20, 2020
27cf046
Dumper, TracyExtension added $maxItems & $keyToHide
dg Apr 25, 2020
d177654
Dumper: added Dumper::$useColors, detection moved to Helpers::detectC…
dg May 5, 2020
d701cdc
Helpers::detectColors() supports https://no-color.org & sapi_windows_…
dg May 5, 2020
be133a5
Dumper: in CLI outputs to STDOUT to bypass output buffering
dg May 19, 2020
3b217e2
js: removed IIFE wrap
dg May 21, 2020
180435a
dumper.js inited after DOMContentLoaded
dg Apr 26, 2020
5c22d2c
Helpers: added minifyCss & minifyJs
dg Apr 28, 2020
5a2b84a
Dumper: renders HTML style & script on the first call
dg May 20, 2020
948a8ab
Dumper: default $maxDepth changed to 7
dg May 6, 2020
29a5644
Dumper: $showLocation enabled by default in HTML
dg May 20, 2020
1731b74
Dumper: added Value::TYPE_* consts
dg May 21, 2020
c25904f
Dumper: structures are dumped only once, added 'see above'
dg May 20, 2020
a5fa83a
Dumper: added 'see below'
dg May 20, 2020
7373d1b
Dumper: supports objects without 'id' for custom objects
dg Apr 21, 2020
6dea94b
Dumper: Value::$collapsed control whether custom object is collapsed
dg May 19, 2020
ddc68bf
code improvements
dg Apr 26, 2020
080015a
Dumper: improved dumping of closures
dg May 19, 2020
d8e8634
Dumper: added support for ArrayObject properties [Closes #413]
dg May 19, 2020
d20f6e6
Dumper: added support for DOM [Closes #319]
dg May 19, 2020
4000674
Dumper: improved dumping of PHP Incomplete Class (also closes #422]
dg May 20, 2020
090c9dd
Helpers::fixEncoding() replaced with JSON_INVALID_UTF8_SUBSTITUTE
dg May 16, 2020
5befbbf
dumper.css: word-break: break-all
dg May 13, 2020
e1a3cfa
css: pre.tracy-dump => .tracy-dump
dg May 6, 2020
9490ff9
Toggle: Alt-click to toggle all child nodes recursively
dg May 20, 2020
125e549
Toggle: added tooltip about Alt-click
dg May 20, 2020
36445ef
Dumper: added themes 'light' & 'dark'
dg May 20, 2020
903f903
Dumper: added background for light scheme
dg May 20, 2020
fb34d17
Renderer: json_encode uses serialize_precision: '-1'
dg Jun 12, 2020
eff88d9
install.cmd: workaround for Chrome >= 77
dg Jun 15, 2020
1b741f0
tests: test() with description
dg Aug 16, 2020
c09e568
readme: switched "port" for "integration" (#433)
dakur Sep 15, 2020
8edf958
Dumper::toHtml() accepts key, hides whole dump if sensitive
dg Oct 14, 2020
d855e37
Dumper, BlueScreen: added Scrubber (#439)
dakujem Oct 6, 2020
1173102
donate badge updates
dg Oct 6, 2020
237a8f7
BlueScreen: removed feature 'dumped variables in source code'
dg Oct 28, 2020
d3d6e31
BlueScreen, Dumper: links to editor have class tracy-editor [Closes #…
dg Oct 14, 2020
b09144f
coding style
dg Oct 30, 2020
8b274d6
Add PHPStorm support
JakubAndrysek Nov 5, 2020
3e8b0fc
Merge branch 'master' into patch-1
dg Nov 16, 2020
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
4 changes: 4 additions & 0 deletions tools/open-in-editor/linux/open-editor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ declare -A mapping
#editor='gedit +$LINE "$FILE"'
# Pluma
#editor='pluma +$LINE "$FILE"'
# PHPStorm
# To enable PHPStorm command-line interface, folow this guide: https://www.jetbrains.com/help/phpstorm/working-with-the-ide-features-from-command-line.html
#editor='phpstorm --line $LINE "$FILE"'


#
# Optionally configure custom mapping here:
Expand Down