-
Updated
May 20, 2021 - Python
#
debug
Here are 1,499 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
Feb 24, 2021 - Java
The Debug component provides tools to ease debugging PHP code.
-
Updated
Jul 22, 2021 - PHP
微信调试,各种WebView样式调试、手机浏览器的页面真机调试。便捷的远程调试手机页面、抓包工具,支持:HTTP/HTTPS,无需USB连接设备。
-
Updated
May 8, 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
Jul 23, 2021 - 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
Jul 23, 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
Nov 9, 2020 - Swift
Was an interactive continuous Python profiler.
-
Updated
Aug 24, 2020 - Python
-
Updated
Jun 25, 2019
-
Updated
Apr 26, 2021 - TypeScript
Advanced usermode anti-anti-debugger. Forked from https://bitbucket.org/NtQuery/scyllahide
-
Updated
Mar 19, 2021 - C++
Debug your pod by a new container with every troubleshooting tools pre-installed
-
Updated
Nov 14, 2020 - Go
c
debugger
debugging
cpp
gdb
debug
debugger-gdb
debugging-tools
debugging-tool
gdb-ui
gdb-plugin
gdb-extension
gdb-frontend
gdb-gui
-
Updated
Jul 8, 2021 - JavaScript
lamphuc
commented
Jan 15, 2021
Is your feature request related to a problem? Please describe.
I want to strictly run my Okteto pods in special worker nodes e.g. GPU enabled.
Describe the solution you'd like
Add nodeSelector
and affinity
options to Okteto manifest that maps to nodeSelector
and affinity
in Kubernetes manifest.
Describe alternatives you've considered
2 alternatives to solve this proble
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?