You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,8 @@ Perl Executing Browser (PEB) is a C++ [Qt 5] (https://www.qt.io/) WebKit impleme
37
37
* Optional warning for unsaved data in HTML forms before closing a window to prevent accidental data loss.
38
38
39
39
**Development goodies:**
40
-
* PEB can interact with the built-in Perl 5 debugger. Any Perl script can be selected for debugging in an HTML user interface. The debugger output is displayed together with the syntax highlighted source code of the debugged script and it's modules. Interaction with the built-in Perl debugger is an idea proposed by Valcho Nedelchev.
41
-
*```QWebInspector``` window can be invoked using Ctrl+I keyboard shortcut.
40
+
* PEB can interact with the Perl 5 debuggerin graphical mode - see section 'HTML Interface for the Perl Debugger'
41
+
*```QWebInspector``` window can be invoked using ```Ctrl+I``` keyboard shortcut.
42
42
* Extensive optional logging of all browser activities.
43
43
44
44
## Compile-time Requirements
@@ -62,7 +62,8 @@ Compiled and tested successfully using:
62
62
## Runtime Requirements
63
63
64
64
* Qt 5 libraries,
65
-
* Perl 5 distribution - any Linux, Mac or Windows Perl distribution.
65
+
* Perl 5 distribution - any Linux, Mac or Windows Perl distribution.
66
+
[Strawberry Perl] (http://strawberryperl.com/) PortableZIP edition is successfully used with all Windows builds of PEB.
66
67
67
68
## Settings
68
69
@@ -232,9 +233,9 @@ JavaScript-based settings are created to facilitate the development of fully tra
## HTML interface for Interaction with the Perl Debugger
236
-
237
-

236
+
## 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
+

238
239
239
240
## Special URLs for Interaction with the Perl Debugger
240
241
@@ -260,13 +261,13 @@ JavaScript-based settings are created to facilitate the development of fully tra
0 commit comments