I have created .m file and .nb file outside Workbench. Both files are inside single directory. In the beginning of .nb file I put
SetDirectory[NotebookDirectory[]]
Import["my_file.m"]
as it is intended to work standalone.
Unfortunately, when I run any function in notebook, while breakpoints are set inside Workbench editor, neither is triggered.
How to make breakpoints work?