Tag: debugging

58 votes
16 answers
652 views
Is it possible to "decompile" a Windows .exe? Or at least view the Assembly?

A friend of mine downloaded some malware from Facebook, and I'm curious to see what it does without infec

avatar
Rudy
0 1 0 9
asked 07 September, 2021
55 votes
17 answers
1.5K views
How do you get assembler output from C/C++ source in gcc?

How does one do this? If I want to analyze how something is getting compiled, how would I get the emitted ass

avatar
Winford
0 1 0 9
asked 07 September, 2021
50 votes
10 answers
2.9K views
How to see the javascript errors of PhoneGap app in Xcode?

I want to debug my PhoneGap app in Xcode, but its Console can not show javascript errors.

avatar
Xavier
0 1 0 9
asked 07 September, 2021
64 votes
6 answers
2.9K views
Swift: print() vs println() vs NSLog()

What's the difference between print, NSLog and println and when should I use each? For example, in Pytho

avatar
Stacia
0 1 0 9
asked 07 September, 2021
53 votes
17 answers
350 views
How can I get the full object in Node.js's console.log(), rather than '[Object]'?

When debugging using console.log(), how can I get the full object? const myObject = { "a":"a", "b":{

avatar
Royal
0 1 0 9
asked 07 September, 2021
47 votes
30 answers
2.9K views
How do I debug Node.js applications?

How do I debug a Node.js server application? Right now I'm mostly using alert debugging with print state

avatar
Virgil
0 1 0 9
asked 07 September, 2021
62 votes
30 answers
719 views
Reference - What does this error mean in PHP?

What is this? This is a number of answers about warnings, errors, and notices you might encounter while progra

avatar
Frederick
0 1 0 9
asked 07 September, 2021