简体   繁体   中英

How to get the line number of an error in Igor Script?

I have an ipf file that calls SetDataFolder and compiles fine.

While executing SetDataFolder, the following error occurred: No child data folder of that name exists.

Cool, except I call SetDataFolder everywhere. Is there anyway at all to get the line number?

I would enable "Debugging" and "Debug on Error" both reachable from the Procedure menu. With that checked the debugger pops up on all errors.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM