|
Forum Index : Microcontroller and PC projects : Editor to diagram calls to subs?
| Author | Message | ||||
| Paul_L Guru Joined: 03/03/2016 Location: United StatesPosts: 769 |
Does anyone know of an editor that will produce an hierarchical flow chart or diagram of calls to subs and functions. Paul in NY |
||||
| Bizzie Senior Member Joined: 06/07/2014 Location: AustraliaPosts: 192 |
I am using the Atom editor for webapp development and while this is not exactly what you requested I find "symbols-tree-view "(link not very usefull!) quite good it lists all constants, variables, labels, and functions/subs. Clicking on the item takes you to the definition in the code. The basic is not well supported in Atom so you do not get syntax highlighting advantages although it may be easy to modify other syntax theme. Rob White |
||||
| Paul_L Guru Joined: 03/03/2016 Location: United StatesPosts: 769 |
Thanks Rob, but that's not quite what I'm after. Jim's excellent MMBasic editor does a nice job of listing all named things. I'm trying to see a semi graphical display of the calls between subs and functions in an effort to untangle the darn spaghetti. Sort of a flow chart. Right now I'm sliding names around on a spreadsheet which is slow going. Paul in NY |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |