layout: global title: Debugging C++ license: | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Debug C++ is tricky and binary protocol bug is hard to locate without debugging support, but setup debugging support for bazel project is not easy.
Apache Fory™ include an out-of-box launch.json/tasks.json config in .vscode directory for c++ debugging.
Just open the fory root directory in vscode, then open a test file such as src/fory/row/row_test.cc, enter F5, then you can debug the c++ code line by line, watch variables, add breakpoints in vscode just like java/python debugging.
CodeLLDB vscode pluginsudo yum install -y gdbsudo apt-get install gdb