when i use JUCE as a library i get normal breakpoints and the editor shows me the line that triggered the breakpoint
when i use amalagamated juce VS2008 shows me some bogus lines, i was getting a breakpoint about too small midiin buffer in the midiinput thread and amalgamated version was taking me to FileBrowserComponent, is there some option in the project to generate the right debugging symbols ?
yes, it seems that the debugger has a fixed size data structure for its line info. The debugger can map code to lines only till the line 65536. I did not yet find an option for extending this limit.