Post AodwMUw3MXORbmd9Si by [email protected] | |
More posts by [email protected] | |
Post #AodZIOs5fURChIr0MK by [email protected] | |
0 likes, 0 repeats | |
What do you use for debugging your code instead of “console.log”? | |
Post #AodZJnnUTpS6IEN3lg by [email protected] | |
0 likes, 0 repeats | |
@nixCraft print() | |
Post #AodZVoiGtuwYbmeuZ6 by [email protected] | |
0 likes, 0 repeats | |
@nixCraft caffeine | |
Post #AodZumNYiSAabosECG by [email protected] | |
0 likes, 0 repeats | |
@nixCraft I wrap console.log in a function console_log that appends "could… | |
Post #Aoda6O1p4oauYuF2HI by [email protected] | |
0 likes, 0 repeats | |
@nixCraft echo -e "#TYPE line_counter gauge\nline_counter{script=\"$0… | |
Post #AodaAtbbcDzheg83Hs by [email protected] | |
0 likes, 0 repeats | |
@nixCraft the actual debugger in my lang is really good...But everything else g… | |
Post #AodavATJEv4FHlJRAm by [email protected] | |
0 likes, 0 repeats | |
@nixCraft what do you mean instead of, what's wrong with console.log | |
Post #AodaxlhNnkzLK28Rxg by [email protected] | |
0 likes, 0 repeats | |
@nixCraft gdb, pdb, strace, pstack, some profanities when it's R. ProcessEx… | |
Post #AodgjM2B1aeDOaN6LA by [email protected] | |
0 likes, 0 repeats | |
@nixCraft I just learned about a pytnon debug library called "icecream&quo… | |
Post #AodoJF8ArqlQ5cEkrY by [email protected] | |
0 likes, 0 repeats | |
@nixCraft printk() | |
Post #AodwMUw3MXORbmd9Si by [email protected] | |
0 likes, 0 repeats | |
@nixCraftLog.debug() | |
Post #Aoe9qQ4XJ5sKcKCEZk by [email protected] | |
0 likes, 0 repeats | |
@nixCraft eprintln!() obviously | |
Post #AoeEv17nzH1ISmjl8y by [email protected] | |
0 likes, 0 repeats | |
@nixCraft console.log? The best way to debug a program is to not start writing… | |
Post #AofIuaTbevtQn0wdou by [email protected] | |
0 likes, 0 repeats | |
@nixCraft printf | |
Post #Aofphz3QGX89jrINY8 by [email protected] | |
0 likes, 0 repeats | |
@nixCraft I don't understand the question 🤪 | |
Post #AogQJ0HOGmIsbSmRxg by [email protected] | |
0 likes, 0 repeats | |
@nixCraft Depending on the platform, I either do a write to a/the console or ha… | |
Post #AomfVtyJhGux49E7pg by [email protected] | |
0 likes, 0 repeats | |
@nixCraft alert(...)because I like to suffer while coding |