Skip to content

Commit c6b897d

Browse files
committed
formatting for readme
1 parent 84fded2 commit c6b897d

File tree

2 files changed

+31
-6
lines changed

2 files changed

+31
-6
lines changed

.markdownlintrc.json renamed to .markdownlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"first-line-h1": false,
66
"no-multiple-blanks": {
77
"maximum": 2
8-
}
8+
},
9+
"no-inline-html" : false
910
}

readme.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@
44

55
The ColdBox Debugger module is a light-weigth performance monitor and profiling tool for ColdBox applications. It can generate a nice debugging panel on every rendered page or a dedicated visualizer to make your ColdBox application development nicer, funer and greater! Yes, funer is a word!
66

7-
<br>
8-
97
<p align="center">
108
<img src="https://raw.githubusercontent.com/coldbox-modules/cbdebugger/development/test-harness/includes/images/debugger-visualizer.png">
11-
Debugger Request Visualizer
9+
</p>
10+
11+
<p align="center">
12+
Debugger Request Visualizer
1213
</p>
1314

1415
<br>
1516

1617
<p align="center">
1718
<img src="https://raw.githubusercontent.com/coldbox-modules/cbdebugger/development/test-harness/includes/images/debugger-collapsed.png">
18-
Request Tracker Collapsed
19+
</p>
20+
21+
<p align="center">
22+
Request Tracker Collapsed
1923
</p>
2024

2125
## License
@@ -284,7 +288,10 @@ There will be cases where you need to test the performance of the creation of ce
284288

285289
<p align="center">
286290
<img src="https://raw.githubusercontent.com/coldbox-modules/cbdebugger/development/test-harness/includes/images/debugger-timers.png">
287-
Debug Timers
291+
</p>
292+
293+
<p align="center">
294+
Debug Timers
288295
</p>
289296

290297
In an event-driven framework like ColdBox, there are tons of events that fire within traditional request/response transactions. You can activate our tracker and we will trace and profile interception calls. Activate it via the settings first:
@@ -302,6 +309,8 @@ Once activated, you can add a collection of interception points to profile in yo
302309

303310
<p align="center">
304311
<img src="https://raw.githubusercontent.com/coldbox-modules/cbdebugger/development/test-harness/includes/images/debugger-http.png">
312+
</p>
313+
<p align="center">
305314
HTTP Visualizer
306315
</p>
307316

@@ -322,6 +331,9 @@ requestTracker = {
322331

323332
<p align="center">
324333
<img src="https://raw.githubusercontent.com/coldbox-modules/cbdebugger/development/test-harness/includes/images/debugger-tracers.png">
334+
</p>
335+
336+
<p align="center">
325337
ColdBox Tracers
326338
</p>
327339

@@ -338,6 +350,8 @@ Please note that by default the tracer appender will log any logging level from
338350

339351
<p align="center">
340352
<img src="https://raw.githubusercontent.com/coldbox-modules/cbdebugger/development/test-harness/includes/images/debugger-cborm-grouped.png">
353+
</p>
354+
<p align="center">
341355
Grouped cborm calls
342356
</p>
343357

@@ -359,6 +373,8 @@ The grouped view you see above will give you an aggregate look of all the sql ca
359373

360374
<p align="center">
361375
<img src="https://raw.githubusercontent.com/coldbox-modules/cbdebugger/development/test-harness/includes/images/debugger-cborm-grouped.png">
376+
</p>
377+
<p align="center">
362378
Timeline cborm calls
363379
</p>
364380

@@ -368,6 +384,8 @@ The timeline view gives you a track of all the sql requests made via cborm from
368384

369385
<p align="center">
370386
<img src="https://raw.githubusercontent.com/coldbox-modules/cbdebugger/development/test-harness/includes/images/debugger-qb.png">
387+
</p>
388+
<p align="center">
371389
qb/quick calls
372390
</p>
373391

@@ -389,6 +407,8 @@ Also remember that you can activate the bidining parameters to the sql calls.
389407

390408
<p align="center">
391409
<img src="https://raw.githubusercontent.com/coldbox-modules/cbdebugger/development/test-harness/includes/images/debugger-modules.png">
410+
</p>
411+
<p align="center">
392412
Modules Tracker
393413
</p>
394414

@@ -405,6 +425,8 @@ From the panel you will be able to analyze the registration and activation of al
405425

406426
<p align="center">
407427
<img src="https://raw.githubusercontent.com/coldbox-modules/cbdebugger/development/test-harness/includes/images/debugger-cachebox.png">
428+
</p>
429+
<p align="center">
408430
CacheBox Monitor
409431
</p>
410432

@@ -419,6 +441,8 @@ cachebox : { enabled : true, expanded : false },
419441

420442
<p align="center">
421443
<img src="https://raw.githubusercontent.com/coldbox-modules/cbdebugger/development/test-harness/includes/images/debugger-visualizer.png">
444+
</p>
445+
<p align="center">
422446
Debugger Visualizer
423447
</p>
424448

0 commit comments

Comments
 (0)