Skip to content

Commit 5b3e6c7

Browse files
committed
documentation update
1 parent 8aca0f1 commit 5b3e6c7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Perl Executing Browser (PEB) is a C++ [Qt 5] (https://www.qt.io/) WebKit impleme
3737
* Optional warning for unsaved data in HTML forms before closing a window to prevent accidental data loss.
3838

3939
**Development goodies:**
40-
* PEB can interact with the Perl 5 debugger in graphical mode - see section 'HTML Interface for the Perl Debugger'
40+
* PEB can interact with the Perl 5 debugger in graphical mode - see section *HTML Interface for the Perl Debugger*
4141
* ```QWebInspector``` window can be invoked using ```Ctrl+I``` keyboard shortcut.
4242
* Extensive optional logging of all browser activities.
4343

@@ -234,8 +234,9 @@ JavaScript-based settings are created to facilitate the development of fully tra
234234
* **About Qt dialog box:** ```http://perl-executing-browser-pseudodomain/?type=browser```
235235

236236
## HTML Interface for the Perl Debugger
237-
Any Perl script can be selected for debugging in an embedded HTML user interface. The debugger output is displayed together with the syntax highlighted source code of the debugged script and it's modules. Syntax highlighting is achieved using ```Syntax::Highlight::Engine::Kate``` CPAN module by Hans Jeuken and Gábor Szabó. Interaction with the built-in Perl debugger is an idea proposed by Valcho Nedelchev and provoked by the scarcity of graphical frontends for the built-in Perl debugger.
238-
![PEB Perl Debugger HTML Interface](https://github.com/ddmitov/perl-executing-browser/raw/master/screenshots/peb-perl-debugger.png "PEB Perl Debugger HTML Interface")
237+
Any Perl script can be selected for debugging in an embedded HTML user interface. The debugger output is displayed together with the syntax highlighted source code of the debugged script and it's modules. Syntax highlighting is achieved using [Syntax::Highlight::Engine::Kate] (https://metacpan.org/release/Syntax-Highlight-Engine-Kate) CPAN module by Hans Jeuken and Gábor Szabó. Interaction with the built-in Perl debugger is an idea proposed by Valcho Nedelchev and provoked by the scarcity of graphical frontends for the Perl debugger.
238+
239+
![PEB HTML Interface for the Perl Debugger](https://github.com/ddmitov/perl-executing-browser/raw/master/screenshots/peb-perl-debugger.png "PEB HTML Interface for the Perl Debugger")
239240

240241
## Special URLs for Interaction with the Perl Debugger
241242

0 commit comments

Comments
 (0)