debugging-tool
Here are 469 public repositories matching this topic...
FireBug for designers › Edit any webpage, in any state https://a.nerdy.dev/gimme-visbug
-
Updated
Jun 26, 2021 - JavaScript
A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
-
Updated
Nov 9, 2020 - Swift
iOS Debugging Tool
-
Updated
Jun 2, 2021 - Swift
Visually trace Python code in real-time.
-
Updated
Jan 22, 2019 - JavaScript
A Linux version of the ProcDump Sysinternals tool
-
Updated
Jun 19, 2021 - C
An app performance monitor(APM) , like "Android Studio profiler", you can easily monitor the performance of your app real time in browser
-
Updated
Jul 23, 2020 - Java
Modern and Delightful HTTP Debugging Proxy for macOS, iOS and Android
-
Updated
Jun 22, 2021
I'm writing this from memory as I've used apitrace only a couple times in the last few years.
This was only seen in wine, I have no idea if this fails the same way with native Windows.
Anyway, if apitrace is placed in a path that's outside locale constrains of the locale it's run in, it fails to run due to using GetCurrentDirectoryA.
I don't quite recall how exactly the failure gets trigg
-
Updated
Feb 17, 2021 - JavaScript
Documentation for Remix IDE
-
Updated
Jun 24, 2021
Android Library for Logging RxJava Observables and Subscribers.
-
Updated
Aug 30, 2018 - Java
an android library for debugging what we care about directly in app.
-
Updated
Mar 14, 2020 - Java
Web Debugging Proxy Application
-
Updated
Jun 3, 2021 - JavaScript
A reverse engineering tool that'll supply the place of Cheat Engine for linux
-
Updated
Apr 18, 2021 - Python
Bugsnag crash monitoring and reporting tool for Android apps
-
Updated
Jun 25, 2021 - Kotlin
This lets users easily mock/modify single requests without having to have an entire fixture file.
Implementing this will just involve:
- Adding a new CLI option to
grpc-fixture - Finding where the "no matching RPC" error is returned and if the new option is enabled then proxy the request
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
-
Updated
Apr 29, 2021 - PHP
I have used this library and its not capturing Swift run time exception or traces. This is only handling Objective C exception. If you could help me out for showing Swift run time exception with stack trace.
Javascript error handling tool for Bugsnag. Monitor and report JavaScript bugs & errors.
-
Updated
Jun 25, 2021 - TypeScript
Recently I was working with another dev on some performance issues. At one point, i took the dbv++ output, pasted it into a blank email (to get the spacing formatted), then took that and pasted it into Excel. I then added a column for Elapsed time (this step) and added a formula to calculate for each line how much time had elapsed since the last log entry. A simple process, but kind of cumbersome.
Debug in-production Electron based app
-
Updated
Feb 6, 2021 - TypeScript
Android++ -- A native development and debugging solution for Visual Studio.
-
Updated
May 14, 2021 - C#
Easier RxJava2 debugging with better stacktraces
-
Updated
Aug 27, 2018 - Java
Bugsnag error monitoring and crash reporting tool for PHP apps
-
Updated
Apr 23, 2021 - PHP
WinDBG Anti-RootKit Extension
-
Updated
Jul 29, 2020 - C++
ObjectTracer tracks objects and records their activities
-
Updated
Jun 13, 2021 - Ruby
Improve this page
Add a description, image, and links to the debugging-tool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the debugging-tool topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

How to use Watcher / WatcherClient over tcp/ip network?
Watcher seems to ZMQ server, and WatcherClient is ZMQ Client, but there is no API/Interface to config server IP address.
Do I need to implement a class that inherits from WatcherClient?