debugging-tool
Here are 534 public repositories matching this topic...
FireBug for designers › Edit any webpage, in any state https://a.nerdy.dev/gimme-visbug
-
Updated
Feb 11, 2022 - JavaScript
iOS Debugging Tool
-
Updated
Mar 24, 2022 - Swift
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
Sep 19, 2021 - Swift
Modern and Delightful Web Debugging Proxy for macOS, iOS, and Android
-
Updated
Mar 28, 2022
There may be a small error on line 475 of Process.c。
It is get value of start_brk rather than end_data?
An app performance monitor(APM) , like "Android Studio profiler", you can easily monitor the performance of your app real time in browser
-
Updated
Nov 7, 2021 - Java
Visually trace Python code in real-time.
-
Updated
Jan 22, 2019 - JavaScript
-
Updated
Mar 30, 2022 - JavaScript
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
Documentation for Remix IDE
-
Updated
Apr 6, 2022
UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance
-
Updated
Mar 8, 2022 - Dart
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 3, 2022 - Python
Bugsnag crash monitoring and reporting tool for Android apps
-
Updated
Apr 6, 2022 - 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 3, 2022 - PHP
Javascript error handling tool for Bugsnag. Monitor and report JavaScript bugs & errors.
-
Updated
Apr 6, 2022 - TypeScript
Debug in-production Electron based app
-
Updated
Feb 6, 2021 - TypeScript
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.
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.
Android++ -- A native development and debugging solution for Visual Studio.
-
Updated
May 14, 2021 - C#
Bugsnag error monitoring and crash reporting tool for PHP apps
-
Updated
Feb 7, 2022 - PHP
WinDBG Anti-RootKit Extension
-
Updated
Jul 29, 2020 - C++
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."


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?