Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
Using Traas and Eclipse, whenever I try to run a debug, the following message appears on display:
Unable to install breakpoint in it.polito.appeal.traci.SumoTraciConnection due to missing line number attributes. Modify compiler options to generate line number attributes.
Reason:
Absent line number information
Of course I tried to modify compiler options marking checkbox "Add line number attributes to generated class files", but it was already checked.
Thus, the issue persists.
Problem solved by deleting all (old) breakpoints from the Eclipse debug breakpoint list and adding again the ones you need. It's seems to be a problem of conflict with old libraries.
Using Traas and Eclipse, whenever I try to run a debug, the following message appears on display:
Unable to install breakpoint in it.polito.appeal.traci.SumoTraciConnection due to missing line number attributes. Modify compiler options to generate line number attributes.
Reason: Absent line number information
Of course I tried to modify compiler options marking checkbox "Add line number attributes to generated class files", but it was already checked. Thus, the issue persists.