reactorlabs/rir

Add debugger support to RIR

Open

#8 opened on Feb 23, 2017

 (0 comments) (0 reactions) (0 assignees)C++ (19 forks)github user discovery
good first issue

Repository metrics

Stars
 (61 stars)
PR merge metrics
 (Avg merge 1m) (1 merged PR in 30d)

Description

As you can see in interp.c::closureDebug we do not support the debugger api of R at the moment. Check gnur/src/main/eval.c on how it should be done.

A side task will be to find out how to test the debugger...

Contributor guide