Stop & Debug function within another stack

Options
Orbiter
Orbiter Member
edited October 2023 in ? Report a Bug

So, I have a Stop & Debug inside of a function ("function A") that is called from another function ("function B") - when it hits the Stop & Debug - function B stops and says "Stop & Debug Triggered" within the "Run & Debug" of function B - but it does NOT print out the response there - so … I can't debug a function called within a function. Seems like an oversight and easy fix on Xano's end, yeah?

Also - it would be sweet if we could print out more than one value on a single stop and debug. 😉

Comments

  • Orbiter
    Orbiter Member
    Options

    I did figure out that you can use the new Debug & Log function - and that passes the data across functions within functions. 😎