question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add debugging documentation

See original GitHub issue

Currently 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:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
codingbyclcommented, May 7, 2019

Ok I will close and break out the new issues.

1reaction
avaercommented, May 7, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found