wrepavich
08-02-2010, 21:29
I am a mentor trying to help our programming team with NetBeans. When they try to debug the code, NetBeans either does not attach, or it only gives them the option to stop the process. It never hits a breakpoint. Also, once they select Debug Main Project, they cannot cancel the process and have to close NetBeans to kill it.
The process they follow is:
1. Build project
2. Set breakpoint(s)
3. Debug Main Project - wait for message to connect on port 2900
4. Attach Debugger on port 2900 - sometimes it seems to attach, sometimes it doesn't.
They are following the directions for debugging from the WPILib Java Getting Started book. Is there other documentation that will help?
The process they follow is:
1. Build project
2. Set breakpoint(s)
3. Debug Main Project - wait for message to connect on port 2900
4. Attach Debugger on port 2900 - sometimes it seems to attach, sometimes it doesn't.
They are following the directions for debugging from the WPILib Java Getting Started book. Is there other documentation that will help?