I am trying to use julia debugger, but failed with v0.3.11, though I didn't 
come across any error with debugger for previous versions before. Not sure 
what's happening and how to fix. Appreciate any clue.

julia> include("foobar.jl")
ERROR: `__precompile__` has no method matching __precompile__()
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:51
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
while loading /home/kuan/.julia/v0.3/Debug/src/Debug.jl, in expression 
starting on line 1
while loading /home/kuan/Dropbox/paper/tb2_demos6.jl, in expression 
starting on line 5

Here is the version info:

julia> versioninfo()
Julia Version 0.3.11
Commit 483dbf5* (2015-07-27 06:18 UTC)
Platform Info:
  System: Linux (x86_64-unknown-linux-gnu)
  CPU: Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
  LAPACK: libopenblas
  LIBM: libopenlibm
  LLVM: libLLVM-3.3




Reply via email to