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.