You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a debugger, GammaRay needs an ability to not only query runtime values but also execute arbitrary expressions in the context of a debugged program. In QML the concept of engines and contexts makes it easy to run scripts as if they were literally coded there in a *.qml file.
Of course, such feature would deserve its own tab in GammaRay UI, it would need history support, syntax highlighting and pretty-printing of resulting values. In other words, your typical REPL.
The text was updated successfully, but these errors were encountered:
As a debugger, GammaRay needs an ability to not only query runtime values but also execute arbitrary expressions in the context of a debugged program. In QML the concept of engines and contexts makes it easy to run scripts as if they were literally coded there in a *.qml file.
Of course, such feature would deserve its own tab in GammaRay UI, it would need history support, syntax highlighting and pretty-printing of resulting values. In other words, your typical REPL.
The text was updated successfully, but these errors were encountered: