Looking for help with debugging #1661
AbraxasDMG
started this conversation in
General
Replies: 1 comment 1 reply
-
Hello. The thing is that Here is how I'm doing it:
You can do this locally but keep in mind that you won't be able to use Explorer (including taskbar) when you stop on some breakpoint. So it may be cumbersome sometimes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone.
I'd like to learn a bit about the win11-introduced changes in start menu button and windows hotkey functioning. I tried to do so by reading the source code but couldn't figure out what I'm interested in.
So, I downloaded the source code, opened it in VS 2022 community edition, made StartMenu the startu-up project and tried to debug it. I'm either doing something wrong or the projects had been set up in some special way (or the way the dll gets manipulated is causing that) because no breakpoints are hit in the StartMenuDLL project.
I'm not an experienced developer but with some other projects I have, I've been able to break on the breakpoints in the source code of the DLL that the main exe is using.
Could someone help/advise how can I instruct debugger to break on InitStartMenuDLL procedure within StartMenuDLL project?
Thanks a million in advance!
Beta Was this translation helpful? Give feedback.
All reactions