Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

list_breakpoints() doesn't work as expected #170

Open
dolejm1 opened this issue Nov 3, 2016 · 2 comments
Open

list_breakpoints() doesn't work as expected #170

dolejm1 opened this issue Nov 3, 2016 · 2 comments

Comments

@dolejm1
Copy link

dolejm1 commented Nov 3, 2016

I set the breakpoint, but list_breakpoints() doesn't return anything:

julia> BP
1-element Array{Any,1}:
Locations (+: active, -: inactive, *: source):

  • test_register_fast_multiscale_hierarchical_admm_droso_annot() at c:\Code\segregjl\test_admm.jl:304
  • Any method reaching test_admm.jl:357
  • Any matching specialization of test_register_fast_multiscale_hierarchical_admm_droso_annot() at c:\Code\segregjl\test_admm.jl
    :304

julia> Gallium.list_breakpoints()

julia> a=Gallium.list_breakpoints()

julia> typeof(a)
Void

This can be related to #169

@bjarthur
Copy link

may be a dumb question, but what is BP ?

@dolejm1
Copy link
Author

dolejm1 commented Mar 13, 2017

BP is
1-element Array{Any,1}

It is produced by something like:
BP=[breakpoint("c:\Code\segregjl\test_admm.jl", 304)]
I'm sorry, I'm no longer involved in the project so I cant put the exact code here.

The Idea was to store references to all the breakpoints in the array BP and enable/disable them using these references.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants