|
Re: Debugging Techniques
There's a net console if you're using CAN. I'm using the eclipse plugin and it automatically shows it. If it doesn't open a terminal cd into the project directory and run "ant echo" and you should get output. You need to make sure you're on the right netmask is 255.0.0.0 for whatever reason, my router dynamically assigns me 255.255.255.0 sometimes.
The one problem I've had with netconsole is if you print to fast, the router gets slow and it can cause issues so just limit the rate at which you print.
|