question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot open the debug console

See original GitHub issue

Specification

  • pywebview version: 3.3.5
  • platform / version: win10

Description

Right click looks disabled.

import webview

if __name__ == '__main__':
    webview.create_window('Debug window', 'https://pywebview.flowrl.com/hello')
    webview.start(gui="qt", debug=True)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
r0x0rcommented, Oct 13, 2020

¯_(ツ)_/¯ This is the first time I hear that somebody use QT implementation on Windows. In other words QT on Windows is unsupported. However if you get working and submit a patch I will accept it.

The culprit is likely the is_webengine check on the line 271 of qt.py.

0reactions
github-actions[bot]commented, Nov 18, 2020

The message to post on the issue when closing it. If none provided, will not comment when closing an issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The debug console not opening :: The Binding of Isaac
1. Close the game · 2. Change EnableDebugConsole to 1 · 3. Save and close file · 4. Right click the file, click...
Read more >
Can't open Debug Console : r/bindingofisaac - Reddit
So I wanted to play the party of isaac game by AstroPenguin642 but after going in and rolling a random character I realize...
Read more >
Console window not Opening (Visual Studio 2019)
Seems like a rudimentary question but I cannot open the console window with ctrl and F5 as I used to. I start debugging...
Read more >
Debugging process starts but doesn't open console window
I loaded a console application project that I created in Visual Studio 2019 and can't run debugging for it in Visual Studio 2022....
Read more >
vscode debugger does not launch debug console
0 doesn't harmonize with Python 3.6.8. As a workaround you have 2 options. Upgrade your interpreter to a newer version. Downgrade the Python ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found