Situation
-
Environment:
- Linux mint
- Eclipse 2022-03
- Bash Editor V2.8.0
-
Example code
#!/bin/bash
echo "hello" # make a break point at this line and start debugger...
echo "world"
When starting the debugger the break point is reached any longer. The break point vanishes also after the run!
Did not found any problem logs inside error log view.
Wanted
Shall work again...
Solution
Analyze problem and fix it.
Situation
Environment:
Example code
When starting the debugger the break point is reached any longer. The break point vanishes also after the run!
Did not found any problem logs inside error log view.
Wanted
Shall work again...
Solution
Analyze problem and fix it.