We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2017-05-17 12:57:12 +0200 |
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 11libtest/TestClass.cpp
, line 8and start debugging. At the first point the application will stop, but the second will be ignored.
2 | No.2 Revision |
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 11libtest/TestClass.cpp
, line 8and 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?