Replies: 1 comment 1 reply
-
It appears that this was responded to on the dev mailing list: https://groups.io/g/nvda-devel/topic/need_help_to_build_debug_the/106628715 |
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 guys, I'm new here.
I want to contribute to nvda, I want to create a plugin or add on for an app for which the nvda doesn't work properly because of the custom, complex ui of the windows app.
In order to do that I wish to debug the nvda properly so I can see which python/windows apis r being called and debug it properly
I have gone through the env setup/debug documentation and followed all the steps .. the output was very verbose but all of em ended on successful note .. I was looking for a nvda.exe in dist but can't find it and other exe files either end or r running external code
Running runnvda.bat and attaching it in vs only shows the injection code and i can't enter it and it says external code again
Am I missing smth here?
Can someone guide me in detail how can I debug nvda such that I can see the api calls being made when I do smth in nvda. (Im aware of the log files and python console present in the app.. i just need these for details of windows/python apis being used in code)
Also, for the cmd, (I have followed the steps before in the readme)
scons source nvdaHelperDebugFlags=debugCRT -j8
im getting this error
Beta Was this translation helpful? Give feedback.
All reactions