Last modified 12 months ago
Last modified on 06.06.2011 12:33:01
Debugging tips
Use "detail formatters"
Make it easier to identify which way/node/etc. a object corresponds to
Testing changes without restarting JOSM
Just in case I'm not the only eclipse noo :)
Eclipse support "live code editing" while debugging, meaning that you can make changes to the code, and they will be compiled and "inserted" into the application being debugged. Somewhat surprisingly (too me at least) this works more or less for plugins too. At least if the plugin and JOSM project are open in the same eclipse workspace, and the plugin has JOSM as a required project.
Attachments
- add-detail-formatter.png (54.1 KB) - added by olejorgenb 12 months ago.
- edit-detail-formatter.png (17.2 KB) - added by olejorgenb 12 months ago.
- result-detail-formatter.png (21.4 KB) - added by olejorgenb 12 months ago.





