Skip to content

Debugger ignores @bp whenever the @enter function's output is compared #379

@LeoSchmider

Description

@LeoSchmider

Hi there,
I'm a trying to debug this function DH_linear_laminar but whenever I uncomment the double equal sign the debugger ignores the breakpoints that are inside the function.

@enter DH_linear_laminar(model_PR78, model_RES, p, T, z, ṁ, u, L, g, ϵₛₜₑₑₗ) == 35.47787828694348
>616  ==(x::T, y::T) where {T<:IEEEFloat} = eq_float(x, y)  #Goes to the comparison directly ignoring the @bp
@enter DH_linear_laminar(model_PR78, model_RES, p, T, z, ṁ, u, L, g, ϵₛₜₑₑₗ) # == 35.47787828694348
About to run: <DN_m_flow(PR{ReidIdeal, PR78Alpha, NoTranslation, vdW1fRule}("water", "carbon dioxide", "nitrogen", "...> #First breakpoint

Currently using Debugger v0.7.13.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions