请问哪位大侠知不知道下面的问题是什么原因造成的?
Warning! A Software breakpoint is being placed at address 0xFEB0CCB8.
This could either be an explicit breakpoint or a
'hidden' breakpoint used for operations such as
standard I/O. Software breakpoints placed in shared
memory are NOT recommended as they may cause
unexpected results when using multi-processor
debug features. It may be helpful to use a hardware
breakpoint for this operation rather than a software
breakpoint. This message may be turned off in
the Target Options dialog box.
就是在调试时visual dsp 软件会在main()函数的头一句话自动加上断点,如果把这句话给注释了,则会在下一句加上断点。反正就是第一句。 |