Skip to content
Snippets Groups Projects
Commit b71c3c62 authored by Lasse Holmstedt's avatar Lasse Holmstedt
Browse files

QML Debugger refactoring

Now, QmlEngine creates the connection to the inferior (debuggee), and
notifies QmlInspector when a connection is established. Before,
inspector created the debugger engin, which was wrong.

QmlEngine's responsibilities are connecting to the debuggee and basic
QML/JS debugging features like locals & watchers, breakpoints etc.
QmlInspector takes care of Live Preview and other fancy inspection
features.

Reviewed-by: hjk
parent 5de57dda
No related branches found
No related tags found
No related merge requests found
Showing
with 772 additions and 556 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment