Top "Dump" questions

Recording the contents of memory after application or operating system failure, or by operator request, in a core dump for use in subsequent problem analysis.

Convert a string representation of a hex dump to a byte array using Java?

I am looking for a way to convert a long string (from a dump), that represents hex values into a …

java byte hex dump
What is the JavaScript equivalent of var_dump or print_r in PHP?

I would like to see the structure of object in JavaScript (for debugging). Is there anything similar to var_dump …

javascript object dump var-dump
List of tables, db schema, dump etc using the Python sqlite3 API

For some reason I can't find a way to get the equivalents of sqlite's interactive shell commands: .tables .dump using …

python api sqlite dump
Save Screen (program) output to a file

I need to save the whole output of Screen to a file to check later all the content. The reason …

logging buffer dump gnu-screen
How to restore PostgreSQL dump file into Postgres databases?

I have a dump file with a .SQL extension (in fact it is a plain-text SQL file). I want to …

sql postgresql dump database-restore database-dump
kill -3 to get java thread dump

I am using kill -3 command to see the JVM's thread dump in unix. But where can I find the …

java multithreading dump
How can I convert an MDB (Access) file to MySQL (or plain SQL file)?

Is it possible to create a Dump of SQL commands from a Microsoft Access database? I hope to convert this …

mysql sql ms-access import dump
Dump Mongo Collection into JSON format

Is there any way to dump mongo collection into json format? Either on the shell or using java driver.I …

json mongodb dump
Difference between javacore, thread dump and heap dump in Websphere

Can someone tell me the exact difference between javacore, thread dump and heap dump? Under which situation each of these …

java multithreading websphere heap dump
Python JSON dump / append to .txt with each variable on new line

My code creates a dictionary, which is then stored in a variable. I want to write each dictionary to a …

python json append newline dump