Is there a cmd line sort of way to debug new ulp scripts and show my own debug lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The language of the ULP scripts is basic enough to understand.
Because I am trying to develop an improved BOM ulp it is complex enough to want to output lines to see what is in different variables or to output lines to see what I am doing.
There is mention in web hits for fusion360 ulp scrips of ways to run a sort of console but I feel like many other web hits that is 'ancient' info as I cannot find utilities - add ons or anything like that in current fusion 360.
HOW can I modify and develop my own ULP scripts? Have I just missed some obscure menu pick or is this not really possible yet?
The things I would like is to see my own 'printf' sort of putputs and to pause or at least delay so I can see the printfs.
So far I am blind and just run it and see what it does but the bom scrip is not at all 'friendly' in terms of explaining the data structures and what it is doing so I really need 'printf' sort of debug.
I don't expect trace or other things like breakpoints but ANYTHING is way better than totally blind try and fail approach.
Thanks, Mark