#
stack-traces
Here are 65 public repositories matching this topic...
-
Updated
Jun 16, 2021 - JavaScript
High performance understanding for stack traces (Make error logs more productive)
-
Updated
Jun 14, 2021 - C#
A comprehensive error handling library for Go
-
Updated
Apr 7, 2021 - Go
-
Updated
Nov 18, 2020 - JavaScript
RxJava 2.x extension to provide meaningful Stack Traces
-
Updated
Nov 24, 2018 - Java
-
Updated
Nov 11, 2019 - Go
C++ library for storing and printing backtraces.
-
Updated
Jun 1, 2021 - C++
Async-friendly format for stack traces and exceptions
-
Updated
Jan 28, 2021 - C#
Creates super long stack traces
-
Updated
Oct 28, 2018 - JavaScript
A better console.log for the log-driven debugging junkies
stacktrace
printer
log
chrome-devtools
logging
pretty-print
ansi
tty
stack-traces
debug
console-log
ansi-colors
terminal-colors
debugging-tools
debugging-tool
-
Updated
Mar 29, 2021 - JavaScript
JavaScript provider for Raygun
javascript
stack-traces
error-handler
breadcrumbs
sourcemaps
raygun
raygun4js
real-user-monitoring
unhandled-errors
user-tracking
-
Updated
Jun 14, 2021 - JavaScript
Macro based print debugging. Locates log statements in your IDE.
-
Updated
Dec 16, 2019 - Scala
Detects buffer overruns and memory leaks.
-
Updated
Jun 8, 2021 - C
A node.js module for creating Error objects with nested Errors in stacktraces
-
Updated
Oct 29, 2019 - JavaScript
Make your own nested errors
-
Updated
Jun 10, 2021 - TypeScript
fluent logging with verbose insight, colors, tables, emoji, filtering, spinners, progress bars, timestamps, capturing, stack traces, tracking, presets, & more...
emoji
cli
color
log
progress
logging
spinner
stack-traces
presets
trace
capture
debug
verbose
timestamp
fluent
tables
chainable
cli-color
progress-bars
-
Updated
Jun 14, 2017 - JavaScript
Rollbar for Android
android
error-monitoring
rollbar
stack-traces
error-handler
error-handling
uncaught-exceptions
exceptions
exception-handler
rollbar-android
-
Updated
Jun 10, 2021 - Java
Turning programming exceptions into art
-
Updated
Mar 19, 2020 - C#
Mgnt Utilities
parsing
scheduled-tasks
http-client
stack-traces
converts-string
interval
time-interval
version-parser
lifecycle-management
unicode-converter
parse-strings
stacktrace-filtering
mgnt
-
Updated
Jun 9, 2021 - Java
Stack traces for Swift on Mac and Linux 📚
-
Updated
Jan 15, 2018 - Swift
Show stack traces from C++ exceptions at run-time without rebuilding target applications
-
Updated
Aug 26, 2020 - C++
Parse those pesty unreadable long stack traces. Stack Trace Explorer provides syntax highlighting and easy navigation to elements in the stack trace.
-
Updated
Apr 7, 2020 - C#
Macro based print debugging. Locates debug statements in your IDE. Supports logging.
debugging
scala
printer
logging
printing
macros
stack-traces
debug
scala-library
print
macro
debugging-tools
debugging-tool
-
Updated
Oct 27, 2020 - Scala
Vim plugin for tracing exceptions thrown by VimL scripts.
-
Updated
Jan 31, 2017 - Vim script
C++ Framework For Fast Development: OOP wrappers and helpers for OpenCL, SQLite, Microsoft RPC API (DCE), Windows Web Services API (SOAP), Extensible Storage Engine (ESENT) and Service Broker (SQL Server). Also: garbage collection, exception handling, logging, stack tracing and command line parser. Ports available from POSIX to Windows 10 Mobile.
linux
wrapper
uwp
sqlite
soap
logger
opencl
oop
windows-10
stack-traces
rpc
isam
esent
exception
wws
windows-web-services
wwsapi
garbage-collection
broker
-
Updated
May 13, 2021 - C
-
Updated
May 29, 2020 - JavaScript
C#/VB .NET debuging utility to dump or log structuralized variables, exceptions, stack traces and much more into console, visual studio console, into html web response as floating window or into html/text log files on HDD.
debugging
utility
web
csharp
tool
visual-basic
wpf
logging
desktop
stack-traces
tracing
trace
debug
logging-library
cs
asp-net
asp-net-mvc
wpf-application
debugging-tool
desharp
-
Updated
Sep 26, 2019 - C#
Improve this page
Add a description, image, and links to the stack-traces topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stack-traces topic, visit your repo's landing page and select "manage topics."
This is a bug report of an edge case that can only happen if you have a hardhat project inside a monorepo, and the hardhat project is also an npm project
p.If a solidity file within
pimports another one usingimport "p/contracts/...", the compilation will fail. The reason for this is that the file ends up with two source namesp/contract/...andcontracts/....This only happens w