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
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
Sorry to bug you again. Trying to key the VS Code debugger into running the
sim
The following configuration worked with the previous version (alpha
integration)
But the com.snobot.simulator.Main is no longer the entry point (does not
exist).
Using the frc.robot.Main does not seem right; how should we start the sim
through the debugger?
mk
{
"type": "java",
"name": "Debug (Launch)",
"request": "launch",
"cwd": "${workspaceFolder}",
"console": "internalConsole",
"stopOnEntry": false,
"mainClass": "com.snobot.simulator.Main",
"args": "",
"vmArgs": "-Djava.library.path=build/native_libs",
"env": {
"DYLD_LIBRARY_PATH": "build/native_libs"
}
}
Michael Kessel
Coach
The Bit Buckets
web.bitbuckets.org http://www.bitbuckets.org
FRC Team #4183
FLL Team #38905
VEX Team #5485
On Thu, Jan 17, 2019 at 11:31 PM Mike Kessel [email protected] wrote:
I think I found out why: the following dialog was behind a bunch of
windows and as soon as I closed it, then things popped up.
[image: image.png]
Michael Kessel
Coach
The Bit Buckets
web.bitbuckets.org http://www.bitbuckets.org
FRC Team #4183
FLL Team #38905
VEX Team #5485
On Thu, Jan 17, 2019 at 11:27 PM Mike Kessel [email protected]
wrote:
Changed the simulator_config.properties to reference frc.robot.Robot.
Thanks, got it to run with "./gradlew runJavaSnobotSim"
But the nice GUI that popped up with the example did not appear. Is there
something I am missing?
Michael Kessel
Coach
The Bit Buckets
web.bitbuckets.org http://www.bitbuckets.org
FRC Team #4183
FLL Team #38905
VEX Team #5485
On Thu, Jan 17, 2019 at 2:42 PM PJ Reiniger [email protected]
wrote:
Sorry to bug you again. Trying to key the VS Code debugger into running the
sim
The following configuration worked with the previous version (alpha
integration)
But the com.snobot.simulator.Main is no longer the entry point (does not
exist).
Using the frc.robot.Main does not seem right; how should we start the sim
through the debugger?
mk
{
"type": "java",
"name": "Debug (Launch)",
"request": "launch",
"cwd": "${workspaceFolder}",
"console": "internalConsole",
"stopOnEntry": false,
"mainClass": "com.snobot.simulator.Main",
"args": "",
"vmArgs": "-Djava.library.path=build/native_libs",
"env": {
"DYLD_LIBRARY_PATH": "build/native_libs"
}
}
Michael Kessel
Coach
The Bit Buckets
web.bitbuckets.org http://www.bitbuckets.org
FRC Team #4183
FLL Team #38905
VEX Team #5485
On Thu, Jan 17, 2019 at 11:31 PM Mike Kessel [email protected] wrote:
Originally posted by @RocketRedNeck in #23 (comment)
The text was updated successfully, but these errors were encountered: