FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Keep up the good work!

 
Post new topic   Reply to topic     Forum Index -> VSpluginD
View previous topic :: View next topic  
Author Message
lio



Joined: 28 Apr 2006
Posts: 10
Location: Beijing

PostPosted: Fri Apr 28, 2006 8:16 am    Post subject: Keep up the good work! Reply with quote

vspluginD has boosted my development in D immensly! Please do keep up the good work!

I've replaced "bit" by "bool" and have added the "scope" keyword, but that's about all I can do I'm afraid Sad

I have some issues with debugging though: the debugger shows the line after the actual line for uncaught exceptions. That's not a big problem, since I'm happy it shows anything at all! Also I can inspect variables and stuff! But,

Why don't breakpoints work? If I use asm{int 3;} it correctly jumps to the code.

How to add debug info for arrays? At the moment they show up as 64-bit integers. How can I add special handling for them?

Thanks again for this great plugin!

L.
Back to top
View user's profile Send private message
rsl



Joined: 04 Jan 2006
Posts: 47

PostPosted: Sun Apr 30, 2006 7:33 am    Post subject: Reply with quote

Sorry for no update for months.

I'll upload next version until next week. that include current svn and VS SDK April codebase. though it has no significant change.

I don't know why breakpoint don't works for VS2005.
if you have VS 2003, use it for debugging.

to see dynamic array element for basic types,
declare pointer variable and substitute darray in it.
and access through debugger watch window by index, like array[2].
it's not smart way, but can see darray element.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> VSpluginD All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group