Add debugging documentation
See original GitHub issueCurrently we recommend that ndb
is used to debug Exokit in the documentation, but that’s not commonly used. Instead most issues are related to native modules, were a native debugger is better.
We should update the documentation with a debugging guide accordingly. Even just pointers on how to bootstrap a debugging session for each platform would be useful.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Debugging in Visual Studio Code
One of the great things in Visual Studio Code is debugging support. Set breakpoints, step-in, inspect variables and more.
Read more >Debugger documentation - Visual Studio (Windows)
How-To Guide · Start the debugger · Code stepping · Set a breakpoint · Edit code and continue debugging · Call stack ...
Read more >Development/How to debug - The Document Foundation Wiki
Debugging with Visual Studio is extremely simple, only a debug build is needed, no need to use IDE integration. Simply open the source...
Read more >Debug your app - Android Developers
Enable debugging · Start debugging · Change the debugger type · Use the system log · Work with breakpoints · Inspect variables ·...
Read more >10.2. Documentation and Debugging
The GNU debugger (GDB) is a powerful tool that can help to bridge this gap. Besides just stepping through code, GDB provides a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok I will close and break out the new issues.
That documentation still seems very fragmented and not tested, and isn’t covering how people actually debug. For example, on Windows, you’re probably using either Visual Studio or
windbg
, not MinGW.Perhaps a better solution than documenting this smorgusbord of debuggers is delivering a better debugging solution in the studio, as well as a remote debugger for the mobiles.
And then document that functionality.