CenterEdge / Positron

HTML 5 UI system for .Net, using Chromium and MVC 6
Apache License 2.0
83 stars 19 forks source link

Added ability to specify port number for Chrome Tools debugging, adde… #1

Closed ybonner closed 7 years ago

ybonner commented 7 years ago

…d logger to test application

Motivation

Test the ability to use Chrome dev tools in Cef.

Modifications

Added an optional parameter to existing Build method for specifying port number.

Results

The ability to use Chrome Dev tools.

ybonner commented 7 years ago

Updated with requested changes.