You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-support
Hi here,
Can I debug GAP language in Sage?
Regards,
Zhao
Dima Pasechnik
unread,
Feb 4, 2023, 3:48:36 PM2/4/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-s...@googlegroups.com
On Wed, Feb 1, 2023 at 10:23 AM Hongyi Zhao <hongy...@gmail.com> wrote:
>
> Hi here,
>
> Can I debug GAP language in Sage?
there is no special debugger or anything like this for GAP in Sage.
All Sage does is using a Python module to call libgap
(and has a Python<->GAP interface which uses pipes)