not sure if i am doing something wrong, or if this is all that is currently 
available, but i am trying to debug some code that is spread across various 
modules, so i:

  * defined a function that runs some code that i want to debug
  * prefixed that function with @debug and include a @bp
  * added Debug to the module's requires

doing that, i then started julia, "required" the module, and then ran the 
function from the REPL.

that worked fine, and i got a debug prompt.  but as soon as i tried to step 
into a function, everything ran to conclusion (so i pressed "s" and saw the 
exception i was hoping to debug, which occurs elsewhere in the module).

i am guessing this is because only the code marked by @debug is available 
for debugging and that code calls out to other functions?  if so, is there 
some way to mark the entire module, or all modules, as targets?

thanks,
andrew

Reply via email to