-
-
Notifications
You must be signed in to change notification settings - Fork 732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging support #114
Comments
This is an excellent idea. Have to think a little bit more of how this could be accomplished. |
@patriksvensson Project scriptcs has a Edit: The trick is probably here in CSharpScriptInMemoryEngine.cs (see |
Alright, I've completed a pretty major unit of work using Cake and the lack of breakpoint debugging, REPL was a definite source of friction as it resulted in many "printf statements and observe outcomes" cycles. Overall, really happy with Cake and would definitely use/recommend others to use it. Now as for the way forward, I think the right approach would be to take some cues from Python. http://stackoverflow.com/questions/6980749/simpler-way-to-put-pdb-breakpoints-in-python-code
When |
@ttollemer @ghuntley great ideas! I also would love to have this, isn't the core priority currently though, that said would fully back and help test such a contribution to Cake:+1: |
Here is some interesting read on how this was accomplished in Scriptcs. @devlead Noticed that this feature have been requested several times in the Gitter chat room. I'm also interested in this feature and interested in implementing it (if it's not already taken). I'll investigate, create a PoC and open a PR when I have something working. |
@mholo65 cool 👍 |
@mholo65 so that we can track this, I have added you as an outside collaborator to this repository, and I have assigned this issue to you. If you end up not being able to look at this, let me know, and I will remove the assign. Thanks!! |
@gep13 great! I started looking into this yesterday, still not much, but some basics can be found here https://github.com/mholo65/cake/tree/debug-support |
Resolved by #858 |
Holy shitballs. <3 On Fri, 13 May 2016, 5:50 PM Mattias Karlsson notifications@github.com
|
some way to debug a script :)
The text was updated successfully, but these errors were encountered: