mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #14] [Question] Development builds and tests #13
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#13
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 @vnl on GitHub (Jul 18, 2017).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/14
Originally assigned to: @clechasseur on GitHub.
Hello Charles,
I followed: https://pathcopycopy.codeplex.com/wikipage?title=Developer&referringTitle=Documentation
To an extent it is very well explained. I wanted to help out with few of the issues here. To be honest I use Qt and so it kind of helps. So this would be the first C++ project outside using the library.
My question is, I wanted to find out how to debug the application. Sorry about the novice question.
I know this is not a typical GUI application and this is why I wanted some help if you have the time. Also, I do a lot of work with C# so C++ is a little harder lol.
@clechasseur commented on GitHub (Jul 18, 2017):
The Settings application is the easiest to debug of course, simply launching it from the debugger will do. I suggest adding
/frompccto the command-line arguments, to avoid launching a revise attempt every debugging session.To debug the contextual menu extension (PathCopyCopy project), you'll either need to hook to explorer.exe once the DLL is loaded or use an alternate explorer program. As a helper, I included one named mtExplorer in the
testingdirectory. Set it as the program to launch in the debugger, then set breakpoints and hope for the best. Note that mtExplorer is a 32-bit application, so you'll need to compile PathCopyCopy in Debug/Win32 configuration.Hope this helps. If you have more questions, don't hesitate to ask.