Just thinking it would be great if I could "step through" byond code the way it's done in visual studio with .Net.
For example, I have a strange scenario right now where I'm not sure what's really controlling a pegasus (so manly) I made at the moment, because I'm going through some old code and don't remember what I did. I'm having to comment out things bit by bit to figure out what's going on, but if I could step through it, it would speed development time up.
ID:132248
Sep 25 2011, 2:32 pm
|
|
Sep 25 2011, 4:30 pm
|
|
That really wouldn't work due to the way DM and DS and decoupled.
|
In response to Flame Sage
|
|
It's quite doable, in the sense other IDEs handle remote debugging. The issue is the potential overhaul required to support this feature in the VM may be pretty heavy-duty.
Feature Requests go here: http://www.byond.com/members/?command=view_tracker&tracker=4 |