Appreciate guidance on whether I need to clear the workspace everytime I change my module and I need to rerun (including recompiling other modules like Gadfly):
workspace()
using Gadfly
# using LastMain.Gadfly # most times this can be used unless Julia crashes
reload("dlp.jl") # this is my module I'm debugging
using dlp #this is my module I'm debugging
fName="jTestData/Reduced_Sweeping_Test.dlp"
o=dlp.Read(fName) # call to module to debug