Skip to content

Commit

Permalink
Don't stop in the launch dumper
Browse files Browse the repository at this point in the history
  • Loading branch information
ooeygui committed Mar 27, 2023
1 parent b6c5237 commit 482ce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debugger/configuration/resolvers/ros2/debug_launch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class LaunchResolver implements vscode.DebugConfigurationProvider {
program: ros2_launch_dumper,
args: args,
env: rosExecOptions.env,
stopOnEntry: true,
stopOnEntry: false,
justMyCode: false,
};

Expand Down

0 comments on commit 482ce47

Please sign in to comment.