Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
(Rally にインストールされていない) デバッグ (ローカル) モードで実行している場合、SDK2 でプログラムによってどのように通知すればよいですか?
Rally.app.Context で何かを探していましたが、明白なものは何も見つかりませんでした
私の知る限り、その目的のコンテキストには何もありませんが、ラリーで実行されているか、外部で実行されているかを知ることができるトリックは次のとおりです。
if (window.parent.Rally.alm) { console.log('inside'); } else{ console.log('outside'); }
完全なエラー メッセージ:
error: conversion from 'void' to non-scalar type 'std::vector<std::basic_string<char, std::char_t