-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DevToolsUrl Property #440
Conversation
@jornh What do you think about exposing |
My 2 cents: I exposed DevToolsUrl on my fork because it is very important to me. I load it in a separate form to debug my main CefSharp form. We are using CefSharp as our main application GUI, with HTML controls, dialogs, etc. The HTML inspector and JavaScript debugger is essential when you do all your web dev in Visual Studio and rely on in-memory AJAX protocol - because you can't debug this in a normal browser. |
@jornh I've updated the comment with version number |
Great, please go ahead and merge! Sorry about the very little response on my end ATM. Currently kicking off a On Thursday, August 21, 2014, Alex Maitland [email protected]
|
@jornh No problems, totally understand, I'm sure we've all been there! |
Add DevToolsUrl property for temporary use until upgrade to Cef 1738