Hi
how can i trace in netbeans ??? (run line to line)

Set a breakpoint on the line you want to stop upon. Then use step over (F8), step into(F7), etc. to step though as needed. You'll need to running in debug mode for that of course ("Debug Main Project" or "Debug File")

It's all covered in the help file for your reading pleasure.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.