Discussion:
[ragel-users] Debug ragel
dinesh rtp
2013-10-13 07:53:20 UTC
Permalink
How to debug ragel in eclipse?? Is there a plug in available for it? If not what are the other options?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.complang.org/pipermail/ragel-users/attachments/20131013/af8fe71f/attachment.html>
RU
2013-10-13 08:03:08 UTC
Permalink
What do you want to debug?
dinesh rtp
2013-10-13 13:11:42 UTC
Permalink
In eclipse.?

--- Original Message ---

From: "RU" <ragel-user at jgoettgens.de>
Sent: October 13, 2013 1:04 AM
To: ragel-users at complang.org
Subject: Re: [ragel-users] Debug ragel

What do you want to debug?
dinesh rtp
2013-10-13 13:14:28 UTC
Permalink
I want to debug the sequence of execution inside a state machine. To see if a particular step is executed.

--- Original Message ---

From: "dinesh rtp" <mariner_element at hotmail.com>
Sent: October 13, 2013 6:13 AM
To: ragel-users at complang.org
Subject: Re: [ragel-users] Debug ragel

In eclipse.?

--- Original Message ---

From: "RU" <ragel-user at jgoettgens.de>
Sent: October 13, 2013 1:04 AM
To: ragel-users at complang.org
Subject: Re: [ragel-users] Debug ragel

What do you want to debug?

_______________________________________________
ragel-users mailing list
ragel-users at complang.org
http://www.complang.org/mailman/listinfo/ragel-users
RU
2013-10-13 14:09:05 UTC
Permalink
There is the -L option that allows you to step through the source code.

I don't know what to do to work comfortably with Ragel inside Eclipse. I think you can use a
"make" sub project and then a standard C/C++ project, or whatever.
Loading...