mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #46] Implement a custom debugger for VS to support Qml debugging. #23
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pauldotknopf on GitHub (Aug 4, 2018).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/46
https://docs.microsoft.com/en-us/visualstudio/extensibility/debugger/creating-a-custom-debug-engine
https://github.com/qt/qtdeclarative/tree/5.11/src/qmldebug
@savornicesei commented on GitHub (Nov 19, 2019):
Please take into account that some of us use Rider for .NET development (especially on linux).
https://blog.jetbrains.com/dotnet/2019/02/14/writing-plugins-resharper-rider/
Thank you.