-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
First time using this so maybe I missed a setup step?
OS: Ubuntu 24.04.2 LTS
Eclipse: 2024-09 (4.33.0)
Running a simple test.sh using the debug launcher (no args, no changes from the defaults):
#!/bin/bash
echo "simple test script"
echo "hello world"
It launches the terminal and prompts me with an alert with "an internal error occurred: "Launching testing.sh" When I click the details button I get
An internal error occurred during: "Launching testing.sh".
Invalid thread access
Meanwhile the terminal window has run to completion and looks like this:
simple test script
hello world
Exit code=0
Press enter to continue...
(which is probably fine, except if I set a break point it does exactly the same, presumably because it isn't communicating with Eclipse)
I installed this from the Market Place and that tells me it is version 2.9.1
Reactions are currently unavailable