Tagged Questions
2
votes
1answer
64 views
How can I know the usb port?
I'm working on a project with an ATmega1280 (Atmel) board. I want to take a look at the stack, so I'm trying to do an OCD (On Chip Debugging).
In the tutorial is written:
Use this AVRDUDE command ...
0
votes
1answer
669 views
How do I start Firefox with debug output at the command line?
Firefox is freezing now and again, and I want to know why.
I thought I could get some debug output by starting Firefox with the -g option, but it just comes to some kind of prompt and then stops.
...
21
votes
4answers
1k views
Can one pick up a running application from terminal?
Sometime I need to run an application from terminal for debugging. If I am sure the bug will occur short after launching the application, I can run this application from the Terminal.
However, bugs ...
2
votes
2answers
102 views
Print numbered arguments in Command Line Tool
Is there a packaged program that shows command line arguments? I often find it helpful to have users run this type of program to either help them understand what their shell commands do, or to get ...
