We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2017-05-17 12:57:12 +0200

Breakpoint issue in the Sailfish OS SDK

This project shows an example of how a breakpoint in the source code of a subproject library is ignored: https://bitbucket.org/chuvilin/sailfishos-subproject-breakpoint-issue/src

The test was performed in Sailfihs OS SDK 1701-1, the application was launched in the emulator. To reproduce the problem put two breakpoints:

  • sample/src/sample.cpp, line 11
  • libtest/TestClass.cpp, line 8

and start debugging. At the first point the application will stop, but the second will be ignored.

Breakpoint issue in the Sailfish OS SDK

This project shows an example of how a breakpoint in the source code of a subproject library is ignored: https://bitbucket.org/chuvilin/sailfishos-subproject-breakpoint-issue/src

The test was performed in Sailfihs OS SDK 1701-1, the application was launched in the emulator. To reproduce the problem put two breakpoints:

  • sample/src/sample.cpp, line 11
  • libtest/TestClass.cpp, line 8

and start debugging. At the first point the application will stop, but the second will be ignored.

Is there any way to fix this from the side of the project without changing the SDK?