Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-11-19 05:39 PM
Hello,
We have a complex excel sheet to read, which looks for some mandatory column headers, is there anyway we could add logs and easily pinpoint where it is failing?
Inside code stage in objects, is there a way we can debug the code line by line in blueprism or see values printed by Console.WriteLine statements?
Thanks,
Vipin
------------------------------
Vipin Madathum Padikkal
------------------------------
We have a complex excel sheet to read, which looks for some mandatory column headers, is there anyway we could add logs and easily pinpoint where it is failing?
Inside code stage in objects, is there a way we can debug the code line by line in blueprism or see values printed by Console.WriteLine statements?
Thanks,
Vipin
------------------------------
Vipin Madathum Padikkal
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-11-19 09:17 PM
Hi Vipin,
Blue Prism not support debug in code stages. but there is a way to debug with one trick 🙂
you have to place some "MsgBox" in code stage; and populate the any string so you can check line by line and where actually code fails.
make sure that MsgBox is only use for debug, after that delete it or comment it using single quote (ex. ' MsgBox("Hi") ).
------------------------------
Mahesh Kushare
Sr. Consultant
Capgemini Solutions Canada Inc
Toronto
2269886490
------------------------------
Blue Prism not support debug in code stages. but there is a way to debug with one trick 🙂
you have to place some "MsgBox" in code stage; and populate the any string so you can check line by line and where actually code fails.
make sure that MsgBox is only use for debug, after that delete it or comment it using single quote (ex. ' MsgBox("Hi") ).
------------------------------
Mahesh Kushare
Sr. Consultant
Capgemini Solutions Canada Inc
Toronto
2269886490
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-11-19 09:17 PM
Hi Vipin,
Blue Prism not support debug in code stages. but there is a way to debug with one trick 🙂
you have to place some "MsgBox" in code stage; and populate the any string so you can check line by line and where actually code fails.
make sure that MsgBox is only use for debug, after that delete it or comment it using single quote (ex. ' MsgBox("Hi") ).
------------------------------
Mahesh Kushare
Sr. Consultant
Capgemini Solutions Canada Inc
Toronto
2269886490
------------------------------
Blue Prism not support debug in code stages. but there is a way to debug with one trick 🙂
you have to place some "MsgBox" in code stage; and populate the any string so you can check line by line and where actually code fails.
make sure that MsgBox is only use for debug, after that delete it or comment it using single quote (ex. ' MsgBox("Hi") ).
------------------------------
Mahesh Kushare
Sr. Consultant
Capgemini Solutions Canada Inc
Toronto
2269886490
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-11-19 10:04 PM
That works for me. 🙂
------------------------------
Vipin Madathum Padikkal
------------------------------
------------------------------
Vipin Madathum Padikkal
------------------------------
