ext/byebug/byebug.h in byebug-2.2.0 vs ext/byebug/byebug.h in byebug-2.2.1
- old
+ new
@@ -27,10 +27,10 @@
CTX_STOP_BREAKPOINT,
CTX_STOP_CATCHPOINT
} ctx_stop_reason;
typedef struct {
- int stack_size;
+ int calced_stack_size;
int flags;
ctx_stop_reason stop_reason;
VALUE thread;
int thnum;