new to add-in's - inventor API to debugg line by line in dot net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i am brand new to visual studio and dot net but it looks like fun as i am porting over my years of handy API macros into dot net. it is my goal to make some add-ins for my inventor 2013...
i am probably doing something wrong but coming from generating and debugging my code inside inventor, to now working in visual studio i have hit a wall... some quick background:
-i have the 2013 SDK development files installed which allows me to access the latest add-in template for visual studio just fine,
- i can see the add-in (skeleton framework of what i made from the vs inventor add-in template) successfully load into inventor when i deploy the addin and dll as advised by the readme inside the documentation,
- i have began porting over some of my macros, probably about 90% through getting the first macro setup in dot net,
- i am trying to test / debug to see if i am getting closer to making this work, but
- i have not yet made a ribbon button for the add-in
- i am reading brian ekins documentations from mod the machine, and going through 'my first plug in' trying to piece all of this together.
- am reading the programming help accessed from inventor help files
but from where i am right now, i see that from inside visual studio i can attach my solution to an inventor process to hopefully allow me to step into / run / debug, but i cannot see it step into and allow me to proceed one line at a time like i was used to in inventors API window. i loved the ability to step one line at a time as i was learning to make macros.
but sadly i cannot really figure it out as i have so many other add-in creation challenges (and related errors) right now learning this stuff. i am kind of snowed under so i thought i would ask this debug question at least see if i am doing it all wrong or if it can be done once i fix all my other errors?
any information is greatly welcomed.
ps- the best thing i can do i think is to try to get someones working example of a simple but complete add-in solution or vb project in dot net and see if i am able to get it to debug or use some of it as a template to then try to make my own add-ins work. sorry if it is rude to ask for this, i am just thinking that i have a long & painful road ahead if i continue to progress at the rate i am currently moving! (i am still trying to do my design work while doing this add-in attempt at the same time)
many thanks as always.
- Mark
(Kudo or Tag if helpful - in case it also helps others)
PDSU 2020 Windows 10, 64bit.
