Changing the initial breakpoint on debug startup

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Changing the initial breakpoint on debug startup

3,658件の閲覧回数
lpcware-support
Senior Contributor I

When the debugger starts, it automatically sets an initial (temporary) breakpoint on the first statement in main().

If desired, you can change where this initial breakpoint is set, or even remove it completely as follows:

  • Right-click on your project in Project Explorer
  • Select Launch Configurations -> Edit Current

145148_145148.pngpastedImage_0.png

  • In the Debug Configurations dialog, select the Debug or Release configuration for your project
  • Click on the Debugger tab
  • To change where the initial breakpoint is set, change the symbol in "Stop on startup at"
    • To break at a specific address, use the syntax *<address>
  • To stop an initial breakpoint being set, uncheck the "Stop on startup at" checkbox
  • Apply and debug your project
ラベル(2)
タグ(3)
0 返答(返信)