You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the Neko target is selected, Run without Debugging shows the notification "Debugging Neko is not supported". However, I'm not asking it to debug. I just want to launch it, like if I ran lime test neko from the command line.
When choosing Run without Debugging, the debug configuration will have noDebug set to true. That can be used to determine if debugging is necessary or not.
The text was updated successfully, but these errors were encountered:
If the Neko target is selected, Run without Debugging shows the notification "Debugging Neko is not supported". However, I'm not asking it to debug. I just want to launch it, like if I ran
lime test neko
from the command line.When choosing Run without Debugging, the debug configuration will have
noDebug
set totrue
. That can be used to determine if debugging is necessary or not.The text was updated successfully, but these errors were encountered: