ModularM
Modular2y ago
1 reply
wigging

Set breakpoint in Mojo code

In Python code I can write breakpoint() to go into the debugger at that point in the code. In the Mojo docs, there's a Debugging page that talks about using VS Code to set breakpoints. But I don't see anything about setting a breakpoint without using VS Code. Does Mojo have an equivalent breakpoint feature like Python where I just define the breakpoint in the code itself?
Was this page helpful?