-
Updated
Jan 14, 2022 - Python
#
debug
Here are 1,641 public repositories matching this topic...
Never use print for debugging again
A library for debugging android databases and shared preferences - Make Debugging Great Again
android
emulator
debugging
room
awesome
database
sharedpreferences
sqlite
debug
android-debug-database
database-values
room-persistence-library
mindorks
room-database
-
Updated
Oct 7, 2021 - Java
The Debug component provides tools to ease debugging PHP code.
-
Updated
Jan 2, 2022 - PHP
微信调试,各种WebView样式调试、手机浏览器的页面真机调试。便捷的远程调试手机页面、抓包工具,支持:HTTP/HTTPS,无需USB连接设备。
-
Updated
Sep 22, 2021 - JavaScript
PlatformIO is a professional collaborative platform for embedded development 👽 A place where Developers and Teams have true Freedom! No more vendor lock-in!
iot
arduino
esp8266
avr
unit-testing
arm
microcontroller
embedded
fpga
esp32
ide
mbed
platformio
debug
freertos
verilog
cmsis
risc-v
stm32cube
zephyr-rtos
-
Updated
Jan 23, 2022 - Python
iOS Debugging Tool 🚀
debugger
swift
debugging
ios
networking
log
objective-c
network
cocoapods
sandbox
logger
protocol-buffers
logging
debug
logging-library
network-monitoring
network-analysis
debugging-tool
nslog
dotzux
cocoadebug
-
Updated
Oct 7, 2021 - 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.
macos
swift
debugging
swift-library
ios
tvos
watchos
cocoapods
carthage
logging
swift-framework
debug
logging-library
swiftpm
debugging-tool
xcglogger
-
Updated
Sep 19, 2021 - Swift
Was an interactive continuous Python profiler.
-
Updated
Aug 24, 2020 - Python
-
Updated
Aug 5, 2021 - TypeScript
Advanced usermode anti-anti-debugger. Forked from https://bitbucket.org/NtQuery/scyllahide
-
Updated
Oct 27, 2021 - C++
-
Updated
Jun 25, 2019
c
debugger
debugging
cpp
gdb
debug
debugger-gdb
debugging-tools
debugging-tool
gdb-ui
gdb-plugin
gdb-extension
gdb-frontend
gdb-gui
-
Updated
Jan 23, 2022 - JavaScript
This repository is no longer maintained, please checkout https://github.com/JamesTGrant/kubectl-debug.
-
Updated
Jan 12, 2022 - Go
rberrelleza
commented
Nov 18, 2021
Is your feature request related to a problem? Please describe.
Fig is a really cool CLI tool that makes autocompleting commands a lot easier. It would be a great way for our community to discover new commands. e.g. we could make is to that running okteto context use
and then pressing tab
shows you all the contexts available, or things like that.
Check out their kuber
Improve this page
Add a description, image, and links to the debug topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the debug 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?