All Projects → chrisnager → simple-debug.css

chrisnager / simple-debug.css

Licence: other
Debug your layouts with one line of CSS

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to simple-debug.css

Acho
The Hackable Log
Stars: ✭ 189 (+490.63%)
Mutual labels:  debugger, simple, debug
gdbundle
Minimalist plugin manager for GDB and LLDB
Stars: ✭ 72 (+125%)
Mutual labels:  debugger, debug
Pysnooper
Never use print for debugging again
Stars: ✭ 14,815 (+46196.88%)
Mutual labels:  debugger, debug
error
Makes handling and debugging PHP errors suck less
Stars: ✭ 17 (-46.87%)
Mutual labels:  debugger, debug
docker-pudb
Debug Python code within a Docker container remotely from your terminal using pudb
Stars: ✭ 18 (-43.75%)
Mutual labels:  debugger, debug
Logcat
Android 日志打印框架,在手机上可以直接看到 Logcat 日志啦
Stars: ✭ 189 (+490.63%)
Mutual labels:  debugger, debug
hilda
LLDB wrapped and empowered by iPython's features
Stars: ✭ 99 (+209.38%)
Mutual labels:  debugger, debug
Scyllahide
Advanced usermode anti-anti-debugger. Forked from https://bitbucket.org/NtQuery/scyllahide
Stars: ✭ 2,211 (+6809.38%)
Mutual labels:  debugger, debug
react-native-debug-console
A network and console debug component and modal for react native purely in JavaScript
Stars: ✭ 17 (-46.87%)
Mutual labels:  debugger, debug
golang-debugger-book
From a debugger's view, Let's explore the computer world! How does compiler, linker and debugger coordinate with each other around the program written in specific programming language? How does a debugger work? If we develop a debugger for go programming language, we must master go type system, runtime... and some Operating System internals. OK,…
Stars: ✭ 49 (+53.13%)
Mutual labels:  debugger, debug
PBD
🖨️🐞 Printf Based Debugger, a user-friendly C debugger
Stars: ✭ 52 (+62.5%)
Mutual labels:  debugger, debug
Ethereum Graph Debugger
Ethereum solidity graph plain debugger. To have the whole picture when debugging.
Stars: ✭ 177 (+453.13%)
Mutual labels:  debugger, debug
Pudb
Full-screen console debugger for Python
Stars: ✭ 2,267 (+6984.38%)
Mutual labels:  debugger, debug
Hitchcock
The Master of Suspense 🍿
Stars: ✭ 167 (+421.88%)
Mutual labels:  debugger, debug
PushMeBaby
iOS Push Notification Debug App. You can use this app during iOS Push Notification (development or production) to push notifications on your device from your Mac.
Stars: ✭ 47 (+46.88%)
Mutual labels:  debugger, debug
GoDebug
Go debugger (Delve) integration with Sublime Text 3
Stars: ✭ 20 (-37.5%)
Mutual labels:  debugger, debug
Gdb Frontend
☕ GDBFrontend is an easy, flexible and extensionable gui debugger.
Stars: ✭ 2,104 (+6475%)
Mutual labels:  debugger, debug
Smartdebug.js
Next-generation debugging for javascript!
Stars: ✭ 157 (+390.63%)
Mutual labels:  debugger, debug
RailLink
Compact isolated version of J-Link v9.
Stars: ✭ 69 (+115.63%)
Mutual labels:  debugger, debug
SmartDump
SmartDump - an exception and memory dump capture utility
Stars: ✭ 17 (-46.87%)
Mutual labels:  debugger, debug

simple-debug.css logo

simple-debug.css

Debug your layouts with one line of CSS

How to use

There are a few ways you can use simple-debug.css.

npm i simple-debug.css
  • Install with bower
bower i simple-debug.css
  • Include simple-debug.css just before the </head> closing tag.
<link rel="stylesheet" href="app.css">
    <link rel="stylesheet" href="simple-debug.css">
</head>
  • Paste in this single line of code at the bottom of your site's last CSS file.
*{outline:1px solid #fff!important;background-color:rgba(0,2,54,.1)!important}

simple-debug.css in action

Try it out on CodePen.

License

The MIT License (MIT)

Copyright (c) 2014-2020 Chris Nager

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].