We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In order to get useful information when debugging Regent programs in GDB do the following:
--debug
-mg
./regent.py -mg <filename> <flags>
In order to run in gdb directly do the following: LAUNCHER="gdb --args" regent.py -mg <filename> <flags>
LAUNCHER="gdb --args" regent.py -mg <filename> <flags>
This will allow you to set breakpoints in regent tasks and step line by line.