Skip to main content
cs.1
Associate
December 31, 2020
Question

[cubeide] "build analyzer" window : jumps to wrong main() implementation

  • December 31, 2020
  • 0 replies
  • 526 views

Opening the Build Analyzer window and browsing in the Memory Details tab, I see functions in the .text section as expected. Most of them can be double-clicked to jump to the relevant source code.

In my project, trying this on main() jumps to the wrong source file, which is in a folder marked "Exclude from build" for all configurations. I.e. that wrong source file isn't compiled but contains another main() function.

This topic has been closed for replies.