eclipse-sumo / sumo

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.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.51k stars 1.42k forks source link

Unable to install breakpoint in it.polito.appeal.traci.SumoTraciConnection #5201

Closed grazmand closed 5 years ago

grazmand commented 5 years ago

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.

grazmand commented 5 years ago

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.