This repository was archived by the owner on Feb 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -303,18 +303,32 @@ instead of the Cloud Debugger service. If the Firebase backend is
303303used, breakpoints can be viewed and set using the Snapshot Debugger CLI instead
304304of the Cloud Console.
305305
306- To use the Firebase backend, set the following system properties:
306+ The Firebase backend functionality can be configured either via system
307+ properties or by passing flags directly to the agent:
307308
308309```
309310-Dcom.google.cdbg.agent.use_firebase=True
310311```
311312
313+ or
314+
315+ ```
316+ -agentpath:/opt/cdbg/cdbg_java_agent.so=--use_firebase=true
317+
318+ ```
319+
312320Additional configuration can be provided if necessary:
313321
314322```
315323-Dcom.google.cdbg.agent.use_firebase=True
316324-Dcom.google.cdbg.agent.firebase_db_url=https://my-database-url.firebaseio.com
317325```
318326
327+ or
328+
329+ ```
330+ -agentpath:/opt/cdbg/cdbg_java_agent.so=-use_firebase=true,--firebase_db_url=https://my-database-url.firebaseio.com
331+ ```
332+
319333See https://github.com/GoogleCloudPlatform/snapshot-debugger and
320334https://cloud.google.com/debugger/docs/deprecations for more details.
You can’t perform that action at this time.
0 commit comments