--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
To post to this group, send email to robotframework-users@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
No. Unfortunately, the robot parser throws away all line number information.
On Thu, Feb 2, 2017 at 5:30 AM, NIKHIL RAJGARHIA <nikhilr...@gmail.com> wrote:
Hi All,I am using Eclipse IDE for Robot Framework(RIDE). Is it possible to get the line number (printed in console or in error file) of the Test Case whenever the error is encountered. Currently, We get the 'error log' which details about the keyword where the error has occurred, but, it becomes difficult to scroll down to see the errors if number of Test Cases are big. Having the line numbers printed ,in some other file, will make the debugging fast.Thanks in advance.Regards,Nikhil Kumar
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsubscrib...@googlegroups.com.
To post to this group, send email to robotframework-users@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
I completely agree. It's impossible to create a decent debugger without line number information. I submitted an issue in 2010, and a reference implementation in 2012. The implementation added support in the internal data structures and updated the text parser, but the code was apparently never looked at by the core team.I even had implemented an interactive debugger using that code years ago. It had a lot of potential, but without line numbers I couldn't release it. <shrug>Here's the original issue from 2010, which had some interesting early discussions:It's interesting to see that part of my original argument was that I wanted line numbers so I could build a linter for robot. I eventually built that linter, but had to write my own robot parser in order to do it.
On Thu, Feb 2, 2017 at 9:43 AM, Tatu Aalto <aalto...@gmail.com> wrote:
UghBut it could be really good feature to have. Perhaps writing issue to the tracker and asking for the enhancement would be good idea.-Tatu
Send from my mobile
On Feb 2, 2017 5:05 PM, "Bryan Oakley" <bryan....@gmail.com> wrote:
No. Unfortunately, the robot parser throws away all line number information.
On Thu, Feb 2, 2017 at 5:30 AM, NIKHIL RAJGARHIA <nikhilr...@gmail.com> wrote:
Hi All,I am using Eclipse IDE for Robot Framework(RIDE). Is it possible to get the line number (printed in console or in error file) of the Test Case whenever the error is encountered. Currently, We get the 'error log' which details about the keyword where the error has occurred, but, it becomes difficult to scroll down to see the errors if number of Test Cases are big. Having the line numbers printed ,in some other file, will make the debugging fast.Thanks in advance.Regards,Nikhil Kumar
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.