wigging
wigging
MModular
Created by wigging on 3/1/2024 in #questions
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?
2 replies
MModular
Created by wigging on 10/19/2023 in #questions
Does Mojo support virtual environments?
I use virtual environments in Python to isolate dependencies and ensure a consistent developer experience on projects. I was wondering if Mojo has a virtual environment tool or if it's compatible with Python's environment tools like venv or conda environments?
4 replies