Skip to content

Siecje/pyqt5-qml-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

How do you debug QML code when using PyQt5?

$ python3.5 -m venv venv
$ source venv/bin/activate
$ pip install PyQt5
$ CONFIG=qml_debug python debug.py --qmljsdebugger=port:9030,block
qml_debug
QML Debugger: Ignoring "-qmljsdebugger=port:9030,block". Debugging has not been enabled.

https://riverbankcomputing.com/pipermail/pyqt/2013-October/033373.html

About

How to debug QML when using PyQt5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published